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

Django 3.0 compatibility when installed with pip #124

Closed
maxocub opened this issue Mar 13, 2020 · 1 comment
Closed

Django 3.0 compatibility when installed with pip #124

maxocub opened this issue Mar 13, 2020 · 1 comment

Comments

@maxocub
Copy link
Contributor

maxocub commented Mar 13, 2020

I'm trying to install Django 3.0 with django-reversion-compare with pip and I get this error:

$ cat requirements.txt
django>=3.0
django-reversion-compare>=0.12
$ pip install -r requirements.txt
ERROR: django-reversion-compare 0.12.0 has requirement django<2.3.0,>=2.2.0, but you'll have django 3.0.4 which is incompatible.

I'm not yet familiar with declaring dependencies in pyproject.toml, but can we specify that it depends on Django 2.2.* OR Django 3.0.* ?

@jedie
Copy link
Owner

jedie commented Mar 20, 2020

release as v0.12.1

@jedie jedie closed this as completed Mar 20, 2020
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

2 participants