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

Requirements not installed when using pip #29

Closed
neffmallon opened this issue Jul 24, 2020 · 2 comments
Closed

Requirements not installed when using pip #29

neffmallon opened this issue Jul 24, 2020 · 2 comments

Comments

@neffmallon
Copy link

Currently, setup.py doesn't include the package dependencies, so they don't automatically install when using pip install.

To fix this, use the install_requires kwarg in the setup() call in setup.py. Documentation and examples are available here: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies

@FlorianWetschoreck
Copy link
Collaborator

Thank you for pointing this out, Nathan
We will have a look at it and fix it

@tkrabel
Copy link
Collaborator

tkrabel commented Sep 7, 2020

Should be fixed now with release 1.1.1

@tkrabel tkrabel closed this as completed Sep 7, 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

No branches or pull requests

3 participants