2014-01-12 02:00:11 +11:00
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
# These requirements are only required for local testing or development.
|
|
|
|
# To use dpaste it's enough to install the package, all, and only the
|
|
|
|
# necessary dependencies are installed automatically.
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
2013-11-25 07:06:46 +11:00
|
|
|
# Project dependencies
|
2013-12-18 20:56:40 +11:00
|
|
|
django==1.6.1
|
2013-08-16 03:11:15 +10:00
|
|
|
django-mptt==0.6.0
|
2013-03-20 05:17:07 +11:00
|
|
|
pygments==1.6
|
2013-09-28 20:34:57 +10:00
|
|
|
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-12-18 20:56:50 +11:00
|
|
|
docutils==0.11
|
|
|
|
sphinx==1.2
|
2013-12-18 21:28:45 +11:00
|
|
|
sphinx_rtd_theme
|
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
|
2013-09-28 20:34:57 +10:00
|
|
|
gunicorn==18.0
|
2013-11-25 07:06:46 +11:00
|
|
|
south==0.8.2
|
2013-11-30 22:33:04 +11:00
|
|
|
newrelic
|