diff options
author | Parker <contact@pkrm.dev> | 2024-02-26 20:55:05 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-02-26 20:55:05 -0600 |
commit | bce756b9aa51dfdfa2c2e6cdef4f88f660b80148 (patch) | |
tree | d2e7a238b04d4339bedf05f626bff15d48a61945 /requirements.txt | |
parent | a0bfa5440603841c40e6a29495ca49c09a5d8c83 (diff) |
Overhaul: Flask -> FastAPI
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 4 insertions, 6 deletions
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 |