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
|
2016-09-06 22:31:30 +10:00
|
|
|
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
|
|
|
|