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

dependency check #40

Open
Christian-B opened this issue Jul 20, 2021 · 2 comments
Open

dependency check #40

Christian-B opened this issue Jul 20, 2021 · 2 comments
Assignees
Labels

Comments

@Christian-B
Copy link
Member

Christian-B commented Jul 20, 2021

https://spinnakermanchester.github.io/development/devenv6.0.html

List as dependencies
rig
future
futures
six
enum34
enum-compat
tzlocal

as do many of our requirements.txt

There are so stragglers in code such as
from future import print_function
from six import add_metaclass

@Christian-B Christian-B self-assigned this Jul 20, 2021
@Christian-B
Copy link
Member Author

neo>=0.5.2,< 0.7.0 in doc while neo >= 0.5.2, < 0.10.0 in requirements

@rowleya
Copy link
Member

rowleya commented Jul 20, 2021

I think if you do python setup.py develop in each repository, you shouldn't need to pre-install dependencies, so maybe the docs should just remove this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants