Add a requirements.txt.

Also use it within setup.py. It doesn't seem possible to define dependencies for tox with install_requires.
This commit is contained in:
Dave Halter
2017-05-20 17:22:24 -04:00
parent fdff9396dd
commit c7984c0710
5 changed files with 9 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ deps =
docopt
# coloroma for colored debug output
colorama
-rrequirements.txt
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957
# tox corrupts __pycache__, solution from here: