Skip to content

Commit ccd5111

Browse files
move and update PyYAML requirement
1 parent 730e2c5 commit ccd5111

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev_requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-r requirements.txt
33

44
vcrpy==2.0.1
5+
PyYAML>=5.4
56
mock==1.3.0
67

78
coverage>=5.0; python_version == '2.7' or python_version >= '3.5'

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ vdf>=3.3
55
gevent>=1.3.0
66
protobuf>=3.0.0
77
gevent-eventemitter~=2.1
8-
PyYAML==5.1
98
cachetools>=3.0.0
109
enum34==1.1.2; python_version < '3.4'
1110
win-inet-pton; python_version == '2.7' and sys_platform == 'win32'

0 commit comments

Comments
 (0)