mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 20:06:35 +11:00
0cc77379b4
Using 1.9.* doesn't work for any pip/requirements.txt aware code I know of; however, using this syntax works for pip and is equivalent in intent.
25 lines
575 B
Text
25 lines
575 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.9.0,<1.10
|
|
django-mptt
|
|
pygments
|
|
requests
|
|
|
|
# Testing
|
|
coverage
|
|
tox
|
|
docutils
|
|
sphinx
|
|
sphinx_rtd_theme
|
|
mysql-python
|
|
|
|
# Deployment specific
|
|
django-redis==3.8.0
|
|
gunicorn==19.1.1
|
|
south==1.0.2
|
|
|