Skip to content

requirements.txt #15

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

Closed
mountainpaul opened this issue Mar 27, 2014 · 2 comments
Closed

requirements.txt #15

mountainpaul opened this issue Mar 27, 2014 · 2 comments

Comments

@mountainpaul
Copy link

Instead of using
django>=1.5,<=1.6
It maybe better to use
django>=1.5,<1.7

As it is now the requirements will uninstall Django 1.6.1 or 1.6.2 etc. The other option is to keep this up to date. I doubt that future minor point releases, i.e 1.6.3 etc, will break the app.

@tarak tarak closed this as completed in cf0d873 Mar 27, 2014
@tarak
Copy link
Owner

tarak commented Mar 27, 2014

FYI: Created tag 0.2.1. Will upload it to PyPi later today.

@tslifset
Copy link

tslifset commented Oct 3, 2014

is 0.2.1 available via PyPi ?

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