Add api poetry script
This commit is contained in:
parent
b0503e8f1c
commit
20170200aa
|
@ -16,6 +16,9 @@ uvicorn = "^0.14.0"
|
|||
isort = "^5.8.0"
|
||||
pyflakes = "^2.3.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
api = "locimend.api:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in New Issue