mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-04-23 08:20:39 +03:00
refactor
This commit is contained in:
@@ -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