Skip to content

Commit

Permalink
fix: remove fastapi and uvicorn dependencies (aws#4365)
Browse files Browse the repository at this point in the history
They are not used in the codebase.

Closes aws#4361 aws#4295
  • Loading branch information
jmahlik authored and samruds committed Jan 30, 2024
1 parent 82bfb4f commit 09c20dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def read_requirements(filename):
"platformdirs",
"tblib>=1.7.0,<3",
"urllib3<1.27",
"uvicorn==0.22.0",
"fastapi==0.95.2",
"requests",
"docker",
"tqdm",
Expand Down

0 comments on commit 09c20dc

Please sign in to comment.