Skip to content

Commit 40d0504

Browse files
committed
add back pyyaml
1 parent 2798f0f commit 40d0504

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
@@ -1,3 +1,4 @@
1+
PyYAML>=3.10
12
apispec>=1.0
23
falcon
34
flake8

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def find_version(*file_paths):
5252
keywords="falcon apispec swagger openapi specification documentation spec rest api",
5353

5454
install_requires=[
55+
"PyYAML>=3.10",
5556
"apispec>=1.0",
5657
"falcon",
5758
],

0 commit comments

Comments
 (0)