We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2798f0f commit 40d0504Copy full SHA for 40d0504
requirements.txt
@@ -1,3 +1,4 @@
1
+PyYAML>=3.10
2
apispec>=1.0
3
falcon
4
flake8
setup.py
@@ -52,6 +52,7 @@ def find_version(*file_paths):
52
keywords="falcon apispec swagger openapi specification documentation spec rest api",
53
54
install_requires=[
55
+ "PyYAML>=3.10",
56
"apispec>=1.0",
57
"falcon",
58
],
0 commit comments