We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730e2c5 commit ccd5111Copy full SHA for ccd5111
dev_requirements.txt
@@ -2,6 +2,7 @@
2
-r requirements.txt
3
4
vcrpy==2.0.1
5
+PyYAML>=5.4
6
mock==1.3.0
7
8
coverage>=5.0; python_version == '2.7' or python_version >= '3.5'
requirements.txt
@@ -5,7 +5,6 @@ vdf>=3.3
gevent>=1.3.0
protobuf>=3.0.0
gevent-eventemitter~=2.1
-PyYAML==5.1
9
cachetools>=3.0.0
10
enum34==1.1.2; python_version < '3.4'
11
win-inet-pton; python_version == '2.7' and sys_platform == 'win32'
0 commit comments