We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874b094 commit ea55d19Copy full SHA for ea55d19
setup.py
@@ -3,15 +3,15 @@
3
from setuptools import find_packages, setup
4
5
install_requires = [
6
- "requests>=2.25.1",
+ "requests>=2.7.0",
7
"pytz",
8
- "requests-oauthlib>=1.3.0",
+ "requests-oauthlib>=1.0.0",
9
"requests_mock>=1.8.0",
10
- "marshmallow>=3.9.1",
+ "marshmallow>=3.0.0",
11
"marshmallow-enum>=1.5.1",
12
- "WebOb>=1.8.6",
13
- "Werkzeug>=1.0.1",
14
- "wrapt>=1.12.1",
+ "WebOb>=1.8.0",
+ "Werkzeug>=0.15.2",
+ "wrapt>=1.10.0",
15
]
16
17
codegen_requires = [
0 commit comments