diff options
author | Parker <contact@pkrm.dev> | 2024-11-15 17:08:39 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-15 17:08:39 -0600 |
commit | f1b9f6208369798c3599419eef82e43be118f382 (patch) | |
tree | 90b8212261bda0d59ed4b9a0cc960ebcbbb75bc4 /requirements.txt | |
parent | 72b99bd7286fce154775ce9738f08109a6510a04 (diff) |
Update all requirements
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt index aeaf746..7600143 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,12 @@ -pydantic==2.6.2 -ip2location-io==1.0.0 -SQLAlchemy==2.0.27 -ua-parser==0.18.0 -validators==0.28.3 -fastapi==0.110.0 -Flask==3.0.3 -Flask-Login==0.6.3 -a2wsgi==1.10.4 -colorlog==6.8.2 -bcrypt==4.1.3 +uvicorn==0.30.1 +PyJWT==2.9.0 +python-multipart==0.0.17 jsonschema==4.23.0 PyYAML==6.0.2 -requests==2.32.3
\ No newline at end of file +colorlog==6.8.2 +fastapi==0.115.4 +bcrypt==4.1.3 +SQLAlchemy==2.0.31 +validators==0.28.3 +requests==2.32.3 +ua-parser==0.18.0
\ No newline at end of file |