I'm wondering why requests_mock and Werkzeug are not only dev dependencies ?
|
install_requires = [ |
|
"requests>=2.7.0", |
|
"pytz", |
|
"requests-oauthlib>=1.0.0", |
|
"requests_mock>=1.8.0", |
|
"marshmallow>=3.10.0", |
|
"marshmallow-enum>=1.5.1", |
|
"WebOb>=1.8.0", |
|
"Werkzeug>=0.15.2", |
|
"wrapt>=1.10.0", |
|
] |