Skip to content

Commit

Permalink
add back pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alysivji committed Jun 8, 2019
1 parent 2798f0f commit 40d0504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
PyYAML>=3.10
apispec>=1.0
falcon
flake8
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def find_version(*file_paths):
keywords="falcon apispec swagger openapi specification documentation spec rest api",

install_requires=[
"PyYAML>=3.10",
"apispec>=1.0",
"falcon",
],
Expand Down

0 comments on commit 40d0504

Please sign in to comment.