remove uvicorn as required package
This commit is contained in:
parent
edcc5f390d
commit
36819f8e1e
|
@ -17,7 +17,6 @@ giteapy = {git = "https://github.com/dblueai/giteapy.git"}
|
||||||
requests = "^2.27.1"
|
requests = "^2.27.1"
|
||||||
python-dotenv = "^0.19.2"
|
python-dotenv = "^0.19.2"
|
||||||
python-slugify = "^5.0.2"
|
python-slugify = "^5.0.2"
|
||||||
uvicorn = "^0.16.0"
|
|
||||||
PyYAML = "^6.0"
|
PyYAML = "^6.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue