mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
21 lines
510 B
Text
21 lines
510 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.10
|
|
pygments
|
|
requests
|
|
|
|
# Testing
|
|
coverage
|
|
tox
|
|
docutils
|
|
sphinx
|
|
sphinx_rtd_theme
|
|
|
|
# Deployment specific
|
|
gunicorn
|
|
psycopg2
|