change: remove fastapi and uvicorn for python httprunner

This commit is contained in:
debugtalk
2022-03-25 16:54:56 +08:00
parent c386302052
commit 097318ad2f
9 changed files with 1 additions and 363 deletions

View File

@@ -51,8 +51,6 @@ upload = ["requests-toolbelt", "filetype"] # pip install "httprunner[upload]",
[tool.poetry.dev-dependencies]
coverage = "^4.5.4"
fastapi = "^0.70.0"
uvicorn = "^0.17.6"
[tool.poetry.scripts]
httprunner = "httprunner.cli:main"