mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-17 01:02:23 +03:00
Upgrade django-postgres-extra for Django 3.1 compatibility
This commit is contained in:
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={
|
||||||
|
|||||||
Reference in New Issue
Block a user