Split analysis and test dependencies

This commit is contained in:
Swen Kooij
2019-10-20 17:41:31 +03:00
parent 8c78e5f978
commit 3bf7926c57
4 changed files with 14 additions and 10 deletions

View File

@@ -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",