2014-01-11 16:00:11 +01: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-24 21:06:46 +01:00
|
|
|
# Project dependencies
|
2016-03-23 14:15:21 +01:00
|
|
|
django==1.9.*
|
|
|
|
django-mptt
|
|
|
|
pygments
|
|
|
|
requests
|
2013-03-22 21:03:10 +01:00
|
|
|
|
2013-11-25 00:12:05 +01:00
|
|
|
# Testing
|
2015-08-12 06:22:35 +02:00
|
|
|
coverage
|
|
|
|
tox
|
|
|
|
docutils
|
|
|
|
sphinx
|
2013-12-18 11:28:45 +01:00
|
|
|
sphinx_rtd_theme
|
2015-08-12 06:22:35 +02:00
|
|
|
mysql-python
|
2013-11-25 00:12:05 +01:00
|
|
|
|
2013-03-22 21:03:10 +01:00
|
|
|
# Deployment specific
|
2014-12-14 18:11:26 +01:00
|
|
|
django-redis==3.8.0
|
|
|
|
gunicorn==19.1.1
|
2014-12-29 11:11:28 +01:00
|
|
|
south==1.0.2
|
2014-10-28 11:52:04 +01:00
|
|
|
|