We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1f3bb commit cd0fea0Copy full SHA for cd0fea0
requirements.txt
@@ -1,8 +1,8 @@
1
-numpy >= 1.12.*; python_version < '3.7'
2
-numpy >= 1.15.*; python_version == '3.7'
3
-numpy >= 1.17.*; python_version >= '3.8'
4
-pyOpenSSL >= 18.0.*
5
-pyparsing >= 2.1.*
+numpy >= 1.12; python_version < '3.7'
+numpy >= 1.15; python_version == '3.7'
+numpy >= 1.17; python_version >= '3.8'
+pyOpenSSL >= 18.0
+pyparsing >= 2.1
6
requests
7
service_identity
8
-twisted >= 18.4.*
+twisted >= 18.4
0 commit comments