File: requirements.txt

package info (click to toggle)
webhelpers 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,020 kB
  • ctags: 1,130
  • sloc: python: 8,198; makefile: 96
file content (16 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Pip requirements to build WebHelpers documentation and run tests.

# Required for tests
Nose
Routes
WebOb

# Required for generating HTML documentation
Sphinx

# Optional enhancement for certain helpers
Unidecode

# Required by webhelpers.media.get_dimensions_pil()
# (To avoid installing this, use webhelpers.media.get_dimensions() instead.)
#Imaging