mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
refactor
This commit is contained in:
2
Makefile
2
Makefile
@@ -26,7 +26,7 @@ migrate-create: ## create new alembic migration
|
||||
|
||||
.PHONY: requirements
|
||||
requirements: ## Refresh requirements.txt from pipfile.lock
|
||||
pipenv run pip freeze >> requirements.txt
|
||||
pipenv lock --requirements --dev >| requirements.txt
|
||||
|
||||
.PHONY: test
|
||||
test: ## Run project tests
|
||||
|
||||
Reference in New Issue
Block a user