mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
added crypt and auth dependencies
This commit is contained in:
parent
8b5f35ddad
commit
6c87298003
1 changed files with 11 additions and 0 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
annotated-doc==0.0.4
|
annotated-doc==0.0.4
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.12.1
|
anyio==4.12.1
|
||||||
|
bcrypt==5.0.0
|
||||||
certifi==2026.1.4
|
certifi==2026.1.4
|
||||||
cffi==2.0.0
|
cffi==2.0.0
|
||||||
click==8.3.1
|
click==8.3.1
|
||||||
|
cryptography==46.0.4
|
||||||
dnspython==2.8.0
|
dnspython==2.8.0
|
||||||
|
ecdsa==0.19.1
|
||||||
email-validator==2.3.0
|
email-validator==2.3.0
|
||||||
fastapi==0.128.0
|
fastapi==0.128.0
|
||||||
fastapi-cli==0.0.20
|
fastapi-cli==0.0.20
|
||||||
|
|
@ -16,11 +19,14 @@ httpcore==1.0.9
|
||||||
httptools==0.7.1
|
httptools==0.7.1
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
idna==3.11
|
idna==3.11
|
||||||
|
itsdangerous==2.2.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
markdown-it-py==4.0.0
|
markdown-it-py==4.0.0
|
||||||
MarkupSafe==3.0.3
|
MarkupSafe==3.0.3
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
|
passlib==1.7.4
|
||||||
pyargon2==1.1.2
|
pyargon2==1.1.2
|
||||||
|
pyasn1==0.6.2
|
||||||
pycparser==3.0
|
pycparser==3.0
|
||||||
pydantic==2.12.5
|
pydantic==2.12.5
|
||||||
pydantic-extra-types==2.11.0
|
pydantic-extra-types==2.11.0
|
||||||
|
|
@ -28,15 +34,20 @@ pydantic-settings==2.12.0
|
||||||
pydantic_core==2.41.5
|
pydantic_core==2.41.5
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
python-dotenv==1.2.1
|
python-dotenv==1.2.1
|
||||||
|
python-jose==3.5.0
|
||||||
python-multipart==0.0.22
|
python-multipart==0.0.22
|
||||||
PyYAML==6.0.3
|
PyYAML==6.0.3
|
||||||
rich==14.3.1
|
rich==14.3.1
|
||||||
rich-toolkit==0.17.1
|
rich-toolkit==0.17.1
|
||||||
rignore==0.7.6
|
rignore==0.7.6
|
||||||
|
rsa==4.9.1
|
||||||
sentry-sdk==2.50.0
|
sentry-sdk==2.50.0
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
|
six==1.17.0
|
||||||
SQLAlchemy==2.0.46
|
SQLAlchemy==2.0.46
|
||||||
starlette==0.50.0
|
starlette==0.50.0
|
||||||
|
starlette-session==0.4.3
|
||||||
|
starlette-session-middleware==0.1.6
|
||||||
typer==0.21.1
|
typer==0.21.1
|
||||||
typing-inspection==0.4.2
|
typing-inspection==0.4.2
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue