Skip to content

Commit 985f7bc

Browse files
authored
fix: remove fastapi and uvicorn dependencies (#4365)
They are not used in the codebase. Closes #4361 #4295
1 parent 562cc63 commit 985f7bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ def read_requirements(filename):
6565
"platformdirs",
6666
"tblib>=1.7.0,<3",
6767
"urllib3<1.27",
68-
"uvicorn==0.22.0",
69-
"fastapi==0.95.2",
7068
"requests",
7169
"docker",
7270
"tqdm",

0 commit comments

Comments
 (0)