commit 382ff30c5abb66e8b2ad87f1717aaea4a443daf8 parent ccb40d2bed2178d22049f1b98344b2f026d15c48 Author: Sheng <webmaster0115@gmail.com> Date: Wed, 11 Dec 2019 09:35:46 +0800 Updated requirements.txt Diffstat:
M | requirements.txt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt @@ -1,3 +1,3 @@ -paramiko==2.6.0 +paramiko==2.7.1 tornado==5.1.1; python_version < '3.5' tornado==6.0.3; python_version >= '3.5'