diff --git a/Pipfile b/Pipfile index ef4bb79..da0b4e6 100644 --- a/Pipfile +++ b/Pipfile @@ -6,9 +6,6 @@ verify_ssl = true [dev-packages] pylint = "*" pylint-django = "*" -autopep8 = "*" -rope = "*" -safety = "*" flake8 = "*" pre-commit= "*" skjold = "*" @@ -22,6 +19,3 @@ django-guardian = ">=2.3.0" [requires] python_version = "3.9" - -[pipenv] -allow_prereleases = true diff --git a/makefile b/makefile index 58a4f88..61ffab6 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ migrate: ## Make and run migrations .PHONY: test test: ## Run tests pipenv run skjold -v audit Pipfile.lock - pipenv run python manage.py test application --verbosity=0 --parallel --failfast + pipenv run python manage.py test --verbosity=0 --parallel --failfast .PHONY: run run: ## Run the Django server