From bce756b9aa51dfdfa2c2e6cdef4f88f660b80148 Mon Sep 17 00:00:00 2001 From: Parker Date: Mon, 26 Feb 2024 20:55:05 -0600 Subject: Overhaul: Flask -> FastAPI --- requirements.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index bd4de63..917946f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,9 @@ -Flask==3.0.0 -Flask-HTTPAuth==4.8.0 +pydantic==2.6.2 ip2location-io==1.0.0 python-dotenv==1.0.0 SQLAlchemy==2.0.27 -tabulate==0.9.0 ua-parser==0.18.0 validators==0.22.0 -schedule==1.2.1 - -# uvicorn, fastapi, pydantic \ No newline at end of file +uvicorn==0.27.1 +fastapi==0.110.0 +APScheduler==3.10.4 \ No newline at end of file -- cgit v1.2.3-70-g09d2