Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is requests_mock and Werkzeug are normal dependencies? #138

Open
jedie opened this issue Mar 28, 2023 · 1 comment
Open

Why is requests_mock and Werkzeug are normal dependencies? #138

jedie opened this issue Mar 28, 2023 · 1 comment
Labels
triage Needs triage

Comments

@jedie
Copy link

jedie commented Mar 28, 2023

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",
]

@mvantellingen
Copy link
Member

The reason is that part of the source code (not tool chain code) depends on werkzeug and requests_mock. It is used in the testing part.

We could move this to a separate package, but that might be some work

@demeyerthom demeyerthom added the triage Needs triage label Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage
Projects
None yet
Development

No branches or pull requests

3 participants