fix: missing dependencies
This commit is contained in:
parent
e19db92399
commit
ae2215e343
|
@ -2,7 +2,9 @@ annotated-types==0.7.0
|
||||||
Authlib==1.5.1
|
Authlib==1.5.1
|
||||||
bcrypt==4.3.0
|
bcrypt==4.3.0
|
||||||
blinker==1.9.0
|
blinker==1.9.0
|
||||||
|
certifi==2025.1.31
|
||||||
cffi==1.17.1
|
cffi==1.17.1
|
||||||
|
charset-normalizer==3.4.1
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
cryptography==44.0.2
|
cryptography==44.0.2
|
||||||
dependency-injector==4.46.0
|
dependency-injector==4.46.0
|
||||||
|
@ -29,6 +31,8 @@ PyJWT==2.10.1
|
||||||
pymongo==4.11.2
|
pymongo==4.11.2
|
||||||
pytest==8.3.4
|
pytest==8.3.4
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
|
requests==2.32.3
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
|
urllib3==2.3.0
|
||||||
Werkzeug==3.1.3
|
Werkzeug==3.1.3
|
||||||
|
|
Loading…
Reference in New Issue