mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
25 lines
628 B
Text
25 lines
628 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.8.3
|
|
django-mptt==0.7.4
|
|
pygments==2.0.1
|
|
requests==2.5.1
|
|
|
|
# Testing
|
|
python-coveralls==2.4.3
|
|
coverage==3.7.1
|
|
tox==1.8.1
|
|
docutils==0.12
|
|
sphinx==1.2.3
|
|
sphinx_rtd_theme
|
|
|
|
# Deployment specific
|
|
django-redis==3.8.0
|
|
gunicorn==19.1.1
|
|
south==1.0.2
|
|
|