Skip to content

Commit 04337fe

Browse files
committed
fix(): pyyaml dropped support for python 3.4
pyyaml is a dependency of python-coveralls and newer versions droppend support for python 3.4 * see: yaml/pyyaml@039c9eb
1 parent 2cfe0de commit 04337fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
setuptools
22
requests
3+
pyyaml==5.2
34
python-coveralls
45
pytest-cov<2.6

0 commit comments

Comments
 (0)