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

Dependencies can be unstable with Django extensions #1

Open
RichardForshaw opened this issue Apr 15, 2015 · 0 comments
Open

Dependencies can be unstable with Django extensions #1

RichardForshaw opened this issue Apr 15, 2015 · 0 comments

Comments

@RichardForshaw
Copy link

The setup instructions are good but I have just found that they break when one module which others depend on is upgraded. E.g. Django 1.8 came out recently, and django-nose doesn't support it, so I was presented with an unfriendly stack trace :(

I suggest that instead of doing a big 'pip install A B C D E...' we store a requirements.txt file in a repo (maybe this one?) which has package versions which are know to play together nicely and install the dev environment from that.

There are also python 'bundling' tools out there (including pip) that can do this.

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

1 participant