Use requirements file.

This commit is contained in:
Jannis Leidel 2019-11-24 14:56:09 +01:00
parent 9654128727
commit cac4600f56
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 7 additions and 4 deletions

6
requirements.txt Normal file
View file

@ -0,0 +1,6 @@
-e .
coveralls
mockredispy
django-redis-cache
celery<5
mock; python_version < '3.0'

View file

@ -24,10 +24,7 @@ DJANGO =
[testenv]
deps =
coveralls
mockredispy
django-redis-cache
celery<5
-rrequirements.txt
py27: mock
django111: django>=1.11,<2.0
django21: django>=2.1,<2.2