diff options
author | Parker <contact@pkrm.dev> | 2024-11-03 22:21:23 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-03 22:21:23 -0600 |
commit | e567eb6dcf005090740cd40067b6f52258a392a3 (patch) | |
tree | 2d85138f06069ce8ddb112fbc4e19b78dcf1f79b /requirements.txt | |
parent | 0b6dafec62f22383bf501e1594d3b9a8c93f2337 (diff) |
Update requirements.txt / Docker stuff
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index d1864fc..2ef36d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,10 @@ pydantic==2.6.2 ip2location-io==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 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 +bcrypt==4.1.3 +jsonschema==4.23.0
\ No newline at end of file |