Skip to content

Commit 2798f0f

Browse files
committed
clean up readme and clean up dependency version
1 parent 2a7f97d commit 2798f0f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
pip install falcon-apispec
1111
```
1212

13-
Requires `apispec v1.0` (works with beta). You might need to check the latest version of the [docs](https://apispec.readthedocs.io/en/latest/) for exact usage. I won't be tracking changes until `apispec` hits 1.0rc1.
13+
Works with `apispec v1.0+`.
1414

1515
## Example Application
1616

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
PyYAML>=3.10
2-
apispec<1.4
1+
apispec>=1.0
32
falcon
43
flake8
54
pytest

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +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",
56-
"apispec<1.4",
55+
"apispec>=1.0",
5756
"falcon",
5857
],
5958
packages=find_packages(exclude=["tests", ]),

0 commit comments

Comments
 (0)