requirements.txt 1.58 KB
Newer Older
1
-r repo-requirements.txt
2
beautifulsoup4==4.1.3
3 4
beautifulsoup==3.2.1
boto==2.6.0
5 6 7 8
django-celery==3.0.11
django-countries==1.5
django-followit==0.0.3
django-keyedcache==1.4-6
9
django-kombu==0.9.4
10 11
django-mako==0.1.5pre
django-masquerade==0.1.6
12
django-mptt==0.5.5
13 14
django-openid-auth==0.4
django-robots==0.9.1
15
django-sekizai==0.6.1
16 17 18
django-ses==0.4.1
django-storages==1.1.5
django-threaded-multihost==1.4-1
19 20 21 22 23 24 25 26 27 28 29 30 31
django==1.4.3
feedparser==5.1.3
fs==0.4.0
GitPython==0.3.2.RC1
glob2==0.3
http://sympy.googlecode.com/files/sympy-0.7.1.tar.gz
lxml==3.0.1
mako==0.7.3
Markdown==2.2.1
MySQL-python==1.2.4c1
networkx==1.7
nltk==2.0.4
numpy==1.6.2
32
paramiko==1.9.0
33
path.py==3.0.1
Vik Paruchuri committed
34
Pillow==1.7.8
35 36 37 38 39 40 41 42 43 44 45 46 47 48
pip
pygments==1.5
pygraphviz==1.1
pymongo==2.4.1
python-memcached==1.48
python-openid==2.2.5
pytz==2012h
PyYAML==3.10
requests==0.14.2
scipy==0.11.0
Shapely==1.2.16
sorl-thumbnail==11.12
South==0.7.6
xmltodict==0.4.1
49 50 51 52

# Used for debugging
ipython==0.13.1

53 54
# Used for development operation
watchdog==0.6.0
55 56 57 58 59 60 61 62 63

# Metrics gathering and monitoring
dogapi==1.2.1
dogstatsd-python==0.2.1
newrelic==1.8.0.13

# Used for documentation gathering
sphinx==1.1.3

64 65 66 67
# Used for Internationalization and localization
Babel==0.9.6
transifex-client==0.8

68 69
# Used for testing
coverage==3.6
70 71
factory_boy==2.0.2
lettuce==0.2.16
72 73 74 75 76 77 78 79 80 81
mock==0.8.0
nosexcover==1.0.7
pep8==1.4.5
rednose==0.3
selenium==2.31.0
splinter==0.5.0
django_nose==1.1
django-jasmine==0.3.2
django_debug_toolbar
django-debug-toolbar-mongo
82 83 84

# Install pylint from a specific commit on trunk
# to get the fix for this issue: http://www.logilab.org/ticket/122793
85
https://bitbucket.org/logilab/pylint/get/e828cb5.zip