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

PEP621 / pyproject.toml for easier optional dependencies #39

Closed
tony opened this issue Sep 3, 2022 · 0 comments · Fixed by #41
Closed

PEP621 / pyproject.toml for easier optional dependencies #39

tony opened this issue Sep 3, 2022 · 0 comments · Fixed by #41

Comments

@tony
Copy link
Contributor

tony commented Sep 3, 2022

via: https://stackoverflow.com/a/72666457/1396928

There may be other ways, I've used requirements/dev.txt back in the day. Also there's imply adding an extras_require to setup.py

https://peps.python.org/pep-0621/

This would make it easier to declare optional dependencies, e.g. flake8, black

I personally don't quite use this (since I'm on poetry, it's pyproject.toml and slightly different)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant