Skip to content

Commit 9ab63e9

Browse files
committed
Update a Python dependency
1 parent 3e7f5e4 commit 9ab63e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ setuptools>=51.3.3;python_version>="3.6"
66
setuptools-scm>=5.0.1
77
wheel>=0.36.2
88
attrs>=20.3.0
9+
PyYAML>=5.4.1;python_version>="3.6"
910
certifi>=2020.12.5
1011
six==1.15.0
1112
nose==1.3.7

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'setuptools-scm>=5.0.1',
111111
'wheel>=0.36.2',
112112
'attrs>=20.3.0',
113+
'PyYAML>=5.4.1;python_version>="3.6"',
113114
'certifi>=2020.12.5',
114115
'six==1.15.0',
115116
'nose==1.3.7',

0 commit comments

Comments
 (0)