Support Python 3.9

This commit is contained in:
Sheng
2022-05-02 19:58:38 +08:00
parent 685e1a7df1
commit 97e6d25556
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
paramiko==2.7.2
paramiko==2.10.4
tornado==5.1.1; python_version < '3.5'
tornado==6.0.4; python_version >= '3.5'
tornado==6.1.0; python_version >= '3.5'