Skip to content

Commit 6784356

Browse files
committed
pyyaml strict requirement fix
1 parent 50d191a commit 6784356

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ isodate==0.6.0
22
dictpath==0.1.3
33
openapi-spec-validator==0.3.3
44
openapi-schema-validator==0.1.6
5-
PyYAML==5.3.1
65
six
76
lazy-object-proxy
87
attrs

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ install_requires =
3030
dictpath
3131
openapi-spec-validator < 0.4.0
3232
openapi-schema-validator < 0.2.0
33-
PyYAML < 6.0; python_version>="3.6"
3433
six
3534
lazy-object-proxy
3635
attrs

0 commit comments

Comments
 (0)