aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 07add82..7692d27 100644
--- a/setup.py
+++ b/setup.py
@@ -2,8 +2,7 @@ from setuptools import setup
requirements = [
'httpx==0.21.1',
- 'fastapi==0.70.0',
- 'uvicorn==0.15.0'
+ 'flask==2.2.2',
]