dpaste/requirements.txt
Raphaël Barrois 63b6380a83 Switch to django-appconf.
This makes it much easier to view the list of settings,
and avoids repeated calls to ``getattr(settings, 'FOO', default)``
that lead to inconsistent default values.
2014-03-12 14:29:08 +01:00

26 lines
646 B
Text

# -----------------------------------------------------------------------------
# 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.
# -----------------------------------------------------------------------------
# Project dependencies
django==1.6.1
django-mptt==0.6.0
pygments==1.6
requests==2.0.0
django-appconf==0.6
# Testing
python-coveralls==2.4.0
coverage==3.7
tox==1.6.1
docutils==0.11
sphinx==1.2
sphinx_rtd_theme
# Deployment specific
django-redis==3.3
gunicorn==18.0
south==0.8.2
newrelic