diff options
author | Parker <contact@pkrm.dev> | 2024-02-25 18:13:27 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-02-25 18:13:27 -0600 |
commit | 96d64f47043032850e9bdb32e58c4be35767c0d0 (patch) | |
tree | 06b48943c93eb961310f1a48b39b710cadc85dc9 /requirements.txt | |
parent | 93d1dab63abff74573841ec71f33edec8790d860 (diff) |
Schedule data removal + change WSGI server
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 270da36..11fa0ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ Flask==3.0.0 Flask-HTTPAuth==4.8.0 -Hypercorn==0.15.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
\ No newline at end of file +validators==0.22.0 +schedule==1.2.1
\ No newline at end of file |