We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbabd2e commit 74007bcCopy full SHA for 74007bc
requirements.txt
@@ -1,4 +1,4 @@
1
-Django==2.1.7
+Django==2.1.9
2
django-dotenv==1.4.2
3
django-getenv==1.3.2
4
@@ -8,20 +8,20 @@ django-filter==2.1.0
8
django-cors-headers==2.5.2
9
10
privex-loghelper>=1.0.2
11
-privex-steemengine==1.0.1
+privex-steemengine>=1.0.1
12
privex-jsonrpc>=1.0.1
13
14
-mysqlclient==1.4.2.post1
15
-psycopg2==2.7.7 --no-binary psycopg2
+mysqlclient>=1.4.2.post1
+psycopg2>=2.7.7 --no-binary psycopg2
16
17
-requests==2.21.0
18
-beem==0.20.19
19
-python-dateutil==2.8.0
20
-gunicorn==19.9.0
+requests>=2.21.0
+beem>=0.20.19
+python-dateutil>=2.8.0
+gunicorn>=19.9.0
21
22
cryptography>=2.6.1
23
24
-Faker==1.0.4
+Faker>=1.0.4
25
26
libeospy==1.1.11
27
0 commit comments