Skip to content

Commit 8f7021a

Browse files
committed
fix: remove fastapi and uvicorn dependencies
They are not used in the codebase. Closes aws#4361 aws#4295
1 parent 086c946 commit 8f7021a

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)