Thanks to visit codestin.com Credit goes to github.com
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 95ed1ed commit f1ee63aCopy full SHA for f1ee63a
requirements.txt
@@ -16,11 +16,12 @@ PyNaCl==1.3.0
16
pyOpenSSL==19.0.0
17
requests==2.21.0
18
six==1.12.0
19
-tornado==6.0.2
20
urllib3==1.25.1
21
aiohttp==3.5.4; python_version >= '3.5'
22
async-timeout==3.0.1; python_version >= '3.5'
23
attrs==19.1.0; python_version >= '3.5'
24
idna-ssl==1.1.0; python_version >= '3.5' and python_version < '3.7'
25
multidict==4.5.2; python_version >= '3.5'
+tornado==5.1.1; python_version < '3.5'
26
+tornado==6.0.2; python_version >= '3.5'
27
yarl==1.3.0; python_version >= '3.5'
0 commit comments