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

Move requirements-dev back to setup.py #175

Merged
merged 1 commit into from
May 24, 2022

Conversation

mristin
Copy link
Contributor

@mristin mristin commented May 24, 2022

We have to undo #160 since it actually broke the packaging. The issue
went unnoticed as we haven't installed the new version from pypi.org
recently.

Specifically, we would have to package requirements-dev.txt with the
package so that setup.py can read it on installation. It makes
little sense to package development requirements for installation,
though.

We have to undo #160 since it actually broke the packaging. The issue
went unnoticed as we haven't installed the new version from pypi.org
recently.

Specifically, we would have to package ``requirements-dev.txt`` with the
package so that ``setup.py`` can read it on installation. It makes
little sense to package development requirements for installation,
though.
@mristin mristin merged commit 731549e into main May 24, 2022
@mristin mristin deleted the mristin/Move-requirements-dev-back-to-setup.py branch May 24, 2022 21:01
mristin added a commit that referenced this pull request May 24, 2022
* Move ``requirements-dev`` back to ``setup.py`` (#175)
@mristin mristin mentioned this pull request May 24, 2022
mristin added a commit that referenced this pull request May 24, 2022
* Move ``requirements-dev`` back to ``setup.py`` (#175)
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 this pull request may close these issues.

1 participant