mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
Put requirements in setup.py
This commit is contained in:
parent
2cb80431cc
commit
2f7314d105
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user