You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.* ?
The text was updated successfully, but these errors were encountered:
I'm trying to install Django 3.0 with django-reversion-compare with pip and I get this error:
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.* ?
The text was updated successfully, but these errors were encountered: