mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-30 02:28:57 +03:00
Put requirements in setup.py
This commit is contained in:
@@ -1 +1 @@
|
|||||||
deprecation==2.0.7
|
-e .
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -57,6 +57,8 @@ setup(
|
|||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
||||||
],
|
],
|
||||||
|
python_requires=">=3.7",
|
||||||
|
install_requires=["django-postgres-extra>=2.0a7", "deprecation==2.0.7"],
|
||||||
cmdclass={
|
cmdclass={
|
||||||
"lint": create_command(
|
"lint": create_command(
|
||||||
"Lints the code",
|
"Lints the code",
|
||||||
|
|||||||
Reference in New Issue
Block a user