From 5a48b68b2f82eb9392aecb8a34700e4da33d03c4 Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Tue, 27 Mar 2018 15:58:12 -0400 Subject: [PATCH] Allow for newer versions of requirements. --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 81c259d..0f06aef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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