mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-13 23:32:24 +03:00
Split analysis and test dependencies
This commit is contained in:
6
setup.py
6
setup.py
@@ -67,7 +67,11 @@ setup(
|
||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
||||
],
|
||||
python_requires=">=3.7",
|
||||
install_requires=["django-postgres-extra>=2.0a7", "deprecation==2.0.7"],
|
||||
install_requires=[
|
||||
"Django>=2.0",
|
||||
"django-postgres-extra>=2.0a7",
|
||||
"deprecation==2.0.7",
|
||||
],
|
||||
cmdclass={
|
||||
"lint": create_command(
|
||||
"Lints the code",
|
||||
|
||||
Reference in New Issue
Block a user