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

Fix installation requirements #7

Merged
merged 2 commits into from
Jan 20, 2016
Merged

Fix installation requirements #7

merged 2 commits into from
Jan 20, 2016

Conversation

NPrescott
Copy link
Contributor

Both installing from pip and cloning the repository and running
setup.py install both fail as a result of missing requirements. This
patch adds those requirements listed in requirements.txt to setup.py.

Tested with python setup.py install as well as pip install -e ~/tasktiger

Closes #6

Both installing from pip and cloning the repository and running
`setup.py install` both fail as a result of missing requirements. This
patch adds those requirements listed in requirements.txt to setup.py.

Closes #6
@thomasst
Copy link
Member

Thanks for the PR! I'm not sure if we should specify exact version numbers in setup.py or rather leave them open, see e.g. https://caremad.io/2013/07/setup-vs-requirement/

Remove explicit versioning from install_requires directive
@NPrescott
Copy link
Contributor Author

Thanks for the quick response, I've updated the PR to remove explicit versioning. Let me know if you'd prefer these two commits be squashed.

thomasst added a commit that referenced this pull request Jan 20, 2016
Fix installation requirements
@thomasst thomasst merged commit f2a7350 into closeio:master Jan 20, 2016
@thomasst
Copy link
Member

Looks good. Thanks!

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.

None yet

2 participants