mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
Upgrade django-postgres-extra for Django 3.1 compatibility
This commit is contained in:
parent
9f99e2cdb0
commit
ce6ed4a513
2
setup.py
2
setup.py
@ -70,7 +70,7 @@ setup(
|
|||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"Django>=2.0",
|
"Django>=2.0",
|
||||||
"django-postgres-extra>=2.0a14,<3.0",
|
"django-postgres-extra>=2.0,<3.0",
|
||||||
"deprecation==2.0.7",
|
"deprecation==2.0.7",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user