Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1ee63a

Browse files
committed
Only bump tornado for Python versions >= 3.5
1 parent 95ed1ed commit f1ee63a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ PyNaCl==1.3.0
1616
pyOpenSSL==19.0.0
1717
requests==2.21.0
1818
six==1.12.0
19-
tornado==6.0.2
2019
urllib3==1.25.1
2120
aiohttp==3.5.4; python_version >= '3.5'
2221
async-timeout==3.0.1; python_version >= '3.5'
2322
attrs==19.1.0; python_version >= '3.5'
2423
idna-ssl==1.1.0; python_version >= '3.5' and python_version < '3.7'
2524
multidict==4.5.2; python_version >= '3.5'
25+
tornado==5.1.1; python_version < '3.5'
26+
tornado==6.0.2; python_version >= '3.5'
2627
yarl==1.3.0; python_version >= '3.5'

0 commit comments

Comments
 (0)