diff options
author | Parker <contact@pkrm.dev> | 2024-02-26 16:31:09 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-02-26 16:31:09 -0600 |
commit | a0bfa5440603841c40e6a29495ca49c09a5d8c83 (patch) | |
tree | 338dfb66b0bb4d26f7755b58770f130b434aaa71 /requirements.txt | |
parent | ec4c5f0c34a4d2071aaf37aa768808c4b3741de7 (diff) |
working on changing from flask -> fastapi
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 11fa0ed..bd4de63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,11 @@ Flask==3.0.0 Flask-HTTPAuth==4.8.0 -waitress==2.1.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
\ No newline at end of file +schedule==1.2.1 + +# uvicorn, fastapi, pydantic
\ No newline at end of file |