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

Make requirements forwards compatible with django. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

milin
Copy link

@milin milin commented May 30, 2016

Make things flexible for apps that use more recent versions of django.

If an application uses a tool such as pip-compile, to seperate top level dependencies and sub dependencies, running pip-compile surfaces the issue that if the version of django used by app using this library and the version required by djangorest-alchemy may be different.

For e.g the following error shows up when running pip-compile for an application that uses django 1.8.4, but since djangoreset-alchemy pins the version to 1.8, pip-compile has issues resolving to the best version.

Could not find a version that matches django<1.9,==1.8,==1.8.4,>=1.3,>=1.4,>=1.5,>=1.7

@ashishgore Might need to make sure djangorest-alchemy actually works with more recent versions of django.

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.

1 participant