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 f4df81a commit ee7b6d2Copy full SHA for ee7b6d2
requirements.txt
@@ -3,7 +3,7 @@ pycparser==2.19
3
pycryptodome==3.7.2
4
PyJWT==1.7.1
5
python-dateutil==2.7.5
6
-PyYAML==3.13
+PyYAML==5.1
7
requests==2.21.0
8
websocket-client==0.54.0
9
websockets
setup.py
@@ -35,7 +35,7 @@
35
"pycryptodome==3.7.2",
36
"PyJWT==1.7.1",
37
"python-dateutil==2.7.5",
38
- "PyYAML==3.13",
+ "PyYAML==5.1",
39
"requests==2.21.0",
40
"websocket-client==0.54.0",
41
"websockets",
0 commit comments