Skip to content

Commit 65e53e7

Browse files
committed
Specify version
1 parent f6967db commit 65e53e7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install patch_api
2626
```
2727

2828
### Requirements
29-
- Python 3.0.0
29+
- Python 3.6.0
3030

3131
## Usage
3232

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Patch API V1
53
@@ -22,7 +20,7 @@
2220
# prerequisite: setuptools
2321
# http://pypi.python.org/pypi/setuptools
2422

25-
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
23+
REQUIRES = ["urllib3 >= 1.25.3", "python-dateutil"]
2624

2725
setup(
2826
name=NAME,
@@ -32,6 +30,7 @@
3230
author_email="developers@usepatch.com",
3331
url="",
3432
keywords=["OpenAPI", "OpenAPI-Generator", "Patch API V1"],
33+
python_requires=">=3.6",
3534
install_requires=REQUIRES,
3635
packages=find_packages(exclude=["test", "tests"]),
3736
include_package_data=True,

0 commit comments

Comments
 (0)