Allow for newer versions of requirements.

This commit is contained in:
Josh Washburne 2018-03-27 15:58:12 -04:00
parent 4a688bade0
commit 5a48b68b2f

View file

@ -1,6 +1,6 @@
dj-database-url==0.4.2
Django==2.0
django-authtools==1.6.0
psycopg2==2.7.3.2
python-decouple==3.1
pytz==2017.3
dj-database-url>=0.4.2
Django>=2.0
django-authtools>=1.6.0
psycopg2>=2.7.3.2
python-decouple>=3.1
pytz>=2017.3