diff options
author | Parker <contact@pkrm.dev> | 2024-06-24 16:24:09 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-06-24 16:24:09 -0500 |
commit | 5b92454760a8af14bd1031e72024946f868d1de6 (patch) | |
tree | f8384cbf0d142777d9bff341e13fd5882182908b /requirements.txt | |
parent | 80a39d38bf829193c655a7320c86df2a3146db2a (diff) |
Major overhaul + Bare bones web UI
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 917946f..d1864fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,13 @@ pydantic==2.6.2 ip2location-io==1.0.0 -python-dotenv==1.0.0 SQLAlchemy==2.0.27 ua-parser==0.18.0 validators==0.22.0 uvicorn==0.27.1 fastapi==0.110.0 -APScheduler==3.10.4
\ No newline at end of file +APScheduler==3.10.4 +Flask==3.0.3 +Flask-Login==0.6.3 +a2wsgi==1.10.4 +colorlog==6.8.2 +bcrypt==4.1.3
\ No newline at end of file |