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 3e7f5e4 commit 9ab63e9Copy full SHA for 9ab63e9
requirements.txt
@@ -6,6 +6,7 @@ setuptools>=51.3.3;python_version>="3.6"
6
setuptools-scm>=5.0.1
7
wheel>=0.36.2
8
attrs>=20.3.0
9
+PyYAML>=5.4.1;python_version>="3.6"
10
certifi>=2020.12.5
11
six==1.15.0
12
nose==1.3.7
setup.py
@@ -110,6 +110,7 @@
110
'setuptools-scm>=5.0.1',
111
'wheel>=0.36.2',
112
'attrs>=20.3.0',
113
+ 'PyYAML>=5.4.1;python_version>="3.6"',
114
'certifi>=2020.12.5',
115
'six==1.15.0',
116
'nose==1.3.7',
0 commit comments