dpaste/requirements.txt

23 lines
524 B
Text
Raw Normal View History

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.
# -----------------------------------------------------------------------------
# Project dependencies
django>=1.10
2016-03-24 22:54:54 +11:00
django-markup
2016-03-24 00:15:21 +11:00
pygments
requests
2013-03-23 07:03:10 +11:00
2013-11-25 10:12:05 +11:00
# Testing
2015-08-12 14:22:35 +10:00
coverage
tox
docutils
sphinx
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
gunicorn
2016-12-02 23:38:13 +11:00
psycopg2