Skip to content

Commit 74007bc

Browse files
committed
bump django version, and remove strict versioning on some requirements
1 parent fbabd2e commit 74007bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.1.7
1+
Django==2.1.9
22
django-dotenv==1.4.2
33
django-getenv==1.3.2
44

@@ -8,20 +8,20 @@ django-filter==2.1.0
88
django-cors-headers==2.5.2
99

1010
privex-loghelper>=1.0.2
11-
privex-steemengine==1.0.1
11+
privex-steemengine>=1.0.1
1212
privex-jsonrpc>=1.0.1
1313

14-
mysqlclient==1.4.2.post1
15-
psycopg2==2.7.7 --no-binary psycopg2
14+
mysqlclient>=1.4.2.post1
15+
psycopg2>=2.7.7 --no-binary psycopg2
1616

17-
requests==2.21.0
18-
beem==0.20.19
19-
python-dateutil==2.8.0
20-
gunicorn==19.9.0
17+
requests>=2.21.0
18+
beem>=0.20.19
19+
python-dateutil>=2.8.0
20+
gunicorn>=19.9.0
2121

2222
cryptography>=2.6.1
2323

24-
Faker==1.0.4
24+
Faker>=1.0.4
2525

2626
libeospy==1.1.11
2727

0 commit comments

Comments
 (0)