diff --git a/requirements.txt b/requirements.txt index 0a60155..c23820f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ django==4.2.15 ; python_version >= "3.12" and python_version < "3.13" djangorestframework==3.15.2 ; python_version >= "3.12" and python_version < "3.13" drf-nested-routers==0.93.5 ; python_version >= "3.12" and python_version < "3.13" python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "3.13" +python-magic==0.4.27 ; python_version >= "3.12" and python_version < "3.13" sqlparse==0.5.1 ; python_version >= "3.12" and python_version < "3.13" tzdata==2024.1 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "win32" whitenoise==6.7.0 ; python_version >= "3.12" and python_version < "3.13" diff --git a/requirements_test.txt b/requirements_test.txt index ea3deac..2e12113 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -17,6 +17,7 @@ pytest-cov==4.1.0 ; python_version >= "3.12" and python_version < "3.13" pytest-django==4.8.0 ; python_version >= "3.12" and python_version < "3.13" pytest==8.3.2 ; python_version >= "3.12" and python_version < "3.13" python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "3.13" +python-magic==0.4.27 ; python_version >= "3.12" and python_version < "3.13" sqlparse==0.5.1 ; python_version >= "3.12" and python_version < "3.13" tzdata==2024.1 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "win32" whitenoise==6.7.0 ; python_version >= "3.12" and python_version < "3.13" diff --git a/scripts/drone/lint.sh b/scripts/drone/lint.sh index 5ae9cd2..66b98a4 100755 --- a/scripts/drone/lint.sh +++ b/scripts/drone/lint.sh @@ -1,2 +1,2 @@ printf "\n\n|| Starting lint check ||\n\n" -flake8 \ No newline at end of file +flake8 \ No newline at end of file