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

Update requirements.txt #316

Merged
merged 1 commit into from
Sep 10, 2020
Merged

Update requirements.txt #316

merged 1 commit into from
Sep 10, 2020

Conversation

Jhsmit
Copy link
Collaborator

@Jhsmit Jhsmit commented Sep 10, 2020

Addded setuptools (pkg_resources) requirement and removed py2 requirements

Addded setuptools (pkg_resources) requirement and removed py2 requirements
@pckroon
Copy link
Collaborator

pckroon commented Sep 10, 2020

Setuptools and pbr are already listed as requirements in https://github.com/tBuLi/symfit/blob/master/setup.py#L4. Why is this needed?

@Jhsmit
Copy link
Collaborator Author

Jhsmit commented Sep 10, 2020

This is because setuptools is not only needed for setup, but also runtime.
Its used in __init__ to set __version__ as well as in printing:

import pkg_resources

@tBuLi tBuLi merged commit 4bbf897 into tBuLi:master Sep 10, 2020
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.

3 participants