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
|
2015-08-12 13:59:22 +10:00
|
|
|
django==1.8.3
|
|
|
|
django-mptt==0.7.4
|
2014-12-15 04:11:26 +11:00
|
|
|
pygments==2.0.1
|
2014-12-29 21:11:28 +11:00
|
|
|
requests==2.5.1
|
2013-03-23 07:03:10 +11:00
|
|
|
|
2013-11-25 10:12:05 +11:00
|
|
|
# Testing
|
2014-12-15 04:11:26 +11:00
|
|
|
python-coveralls==2.4.3
|
|
|
|
coverage==3.7.1
|
|
|
|
tox==1.8.1
|
|
|
|
docutils==0.12
|
|
|
|
sphinx==1.2.3
|
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
|
2014-12-15 04:11:26 +11:00
|
|
|
django-redis==3.8.0
|
|
|
|
gunicorn==19.1.1
|
2014-12-29 21:11:28 +11:00
|
|
|
south==1.0.2
|
2014-10-28 21:52:04 +11:00
|
|
|
|