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

[Review] Include extra_requires in setup.py #66

Closed
fwitte opened this issue Oct 24, 2022 · 0 comments · Fixed by #67
Closed

[Review] Include extra_requires in setup.py #66

fwitte opened this issue Oct 24, 2022 · 0 comments · Fixed by #67

Comments

@fwitte
Copy link

fwitte commented Oct 24, 2022

Something like

...
    extras_require={
        'dev': [
            'pytest',
        ]
    },
...

is very useful in my opinion, so people can install pip install pyromat[dev] or pip install -e .[dev] if they want to have all requirements for the development process as well.

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