requirements fixes
This commit is contained in:
parent
b225481b44
commit
5f042c604b
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ uvicorn==0.23.2
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
httpx==0.25.0
|
httpx==0.25.0
|
||||||
pydantic==1.10.13 # Ältere Version ohne Rust-Abhängigkeit
|
pydantic==1.10.13 # Ältere Version ohne Rust-Abhängigkeit
|
||||||
|
email-validator==2.0.0 # Required by Pydantic for email validation
|
||||||
slowapi==0.1.8 # For rate limiting
|
slowapi==0.1.8 # For rate limiting
|
||||||
|
|
||||||
## Authentication & Security
|
## Authentication & Security
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue