fix(): Correção arquivo requirements.txt - Sanitização do arquivo
This commit is contained in:
parent
ba2851d6e4
commit
4cc6ad54a5
1 changed files with 17 additions and 43 deletions
|
|
@ -1,60 +1,34 @@
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.9.0
|
anyio==4.10.0
|
||||||
asyncpg==0.30.0
|
bcrypt==3.1.7
|
||||||
attrs==25.3.0
|
cffi==2.0.0
|
||||||
bcrypt==3.2.0
|
|
||||||
certifi==2025.4.26
|
|
||||||
cffi==1.17.1
|
|
||||||
click==8.2.1
|
click==8.2.1
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
cryptography==45.0.2
|
cryptography==46.0.3
|
||||||
distlib==0.3.9
|
|
||||||
dnspython==2.7.0
|
dnspython==2.7.0
|
||||||
ecdsa==0.19.1
|
ecdsa==0.19.1
|
||||||
email_validator==2.2.0
|
email_validator==2.2.0
|
||||||
fastapi==0.115.12
|
fastapi==0.116.1
|
||||||
filelock==3.18.0
|
greenlet==3.2.4
|
||||||
future==1.0.0
|
|
||||||
greenlet==3.2.2
|
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
mysql-connector-python==9.3.0
|
|
||||||
outcome==1.3.0.post0
|
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
pbr==6.1.1
|
protobuf==5.29.5
|
||||||
platformdirs==4.3.8
|
pyasn1==0.6.1
|
||||||
protobuf==5.29.4
|
|
||||||
psycopg2==2.9.11
|
|
||||||
pyasn1==0.4.8
|
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
pydantic==2.11.4
|
pydantic==2.11.7
|
||||||
pydantic-settings==2.9.1
|
|
||||||
pydantic_core==2.33.2
|
pydantic_core==2.33.2
|
||||||
PyMySQL==1.1.1
|
PyMySQL==1.1.2
|
||||||
PySocks==1.7.1
|
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
python-dotenv==1.1.0
|
python-jose==3.5.0
|
||||||
python-jose==3.4.0
|
|
||||||
python-multipart==0.0.20
|
|
||||||
pytz==2025.2
|
pytz==2025.2
|
||||||
rsa==4.9.1
|
rsa==4.9.1
|
||||||
setuptools==80.8.0
|
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
sortedcontainers==2.4.0
|
SQLAlchemy==2.0.42
|
||||||
SQLAlchemy==2.0.41
|
sqlalchemy-firebird==2.1
|
||||||
starlette==0.46.2
|
starlette==0.47.2
|
||||||
stevedore==5.4.1
|
typing-inspection==0.4.1
|
||||||
trio==0.30.0
|
typing_extensions==4.14.1
|
||||||
trio-websocket==0.12.2
|
uvicorn==0.35.0
|
||||||
typing-inspection==0.4.0
|
|
||||||
typing_extensions==4.13.2
|
|
||||||
urllib3==2.4.0
|
|
||||||
uvicorn==0.34.2
|
|
||||||
virtualenv==20.31.2
|
|
||||||
virtualenv-clone==0.5.7
|
|
||||||
virtualenvwrapper==6.1.1
|
|
||||||
virtualenvwrapper-win==1.2.7
|
|
||||||
websocket-client==1.8.0
|
|
||||||
wsproto==1.2.0
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue