dpaste/requirements.txt

16 lines
215 B
Text
Raw Normal View History

# Project dependencies
2013-11-26 21:08:52 +11:00
django==1.5.5
2013-08-16 03:11:15 +10:00
django-mptt==0.6.0
2013-03-20 05:17:07 +11:00
pygments==1.6
requests==2.0.0
2013-03-23 07:03:10 +11:00
2013-11-25 10:12:05 +11:00
# Testing
python-coveralls==2.4.0
coverage==3.7
2013-11-26 22:29:34 +11:00
tox==1.6.1
2013-11-25 10:12:05 +11:00
2013-03-23 07:03:10 +11:00
# Deployment specific
2013-11-26 21:08:52 +11:00
django-redis==3.3
gunicorn==18.0
south==0.8.2