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 edde53f commit 9d4ca6bCopy full SHA for 9d4ca6b
requirements.txt
@@ -1,7 +1,7 @@
1
paramiko==2.10.4
2
tornado==5.1.1; python_version < '3.5'
3
tornado==6.1.0; python_version >= '3.5'
4
-PyYAML==6.0
+PyYAML>=5.4.1
5
6
#The following package used for testing
7
#pytest
0 commit comments