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
|
||||
anyio==4.9.0
|
||||
asyncpg==0.30.0
|
||||
attrs==25.3.0
|
||||
bcrypt==3.2.0
|
||||
certifi==2025.4.26
|
||||
cffi==1.17.1
|
||||
anyio==4.10.0
|
||||
bcrypt==3.1.7
|
||||
cffi==2.0.0
|
||||
click==8.2.1
|
||||
colorama==0.4.6
|
||||
cryptography==45.0.2
|
||||
distlib==0.3.9
|
||||
cryptography==46.0.3
|
||||
dnspython==2.7.0
|
||||
ecdsa==0.19.1
|
||||
email_validator==2.2.0
|
||||
fastapi==0.115.12
|
||||
filelock==3.18.0
|
||||
future==1.0.0
|
||||
greenlet==3.2.2
|
||||
fastapi==0.116.1
|
||||
greenlet==3.2.4
|
||||
h11==0.16.0
|
||||
idna==3.10
|
||||
mysql-connector-python==9.3.0
|
||||
outcome==1.3.0.post0
|
||||
packaging==25.0
|
||||
passlib==1.7.4
|
||||
pbr==6.1.1
|
||||
platformdirs==4.3.8
|
||||
protobuf==5.29.4
|
||||
psycopg2==2.9.11
|
||||
pyasn1==0.4.8
|
||||
protobuf==5.29.5
|
||||
pyasn1==0.6.1
|
||||
pycparser==2.22
|
||||
pydantic==2.11.4
|
||||
pydantic-settings==2.9.1
|
||||
pydantic==2.11.7
|
||||
pydantic_core==2.33.2
|
||||
PyMySQL==1.1.1
|
||||
PySocks==1.7.1
|
||||
PyMySQL==1.1.2
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.1.0
|
||||
python-jose==3.4.0
|
||||
python-multipart==0.0.20
|
||||
python-jose==3.5.0
|
||||
pytz==2025.2
|
||||
rsa==4.9.1
|
||||
setuptools==80.8.0
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
sortedcontainers==2.4.0
|
||||
SQLAlchemy==2.0.41
|
||||
starlette==0.46.2
|
||||
stevedore==5.4.1
|
||||
trio==0.30.0
|
||||
trio-websocket==0.12.2
|
||||
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
|
||||
SQLAlchemy==2.0.42
|
||||
sqlalchemy-firebird==2.1
|
||||
starlette==0.47.2
|
||||
typing-inspection==0.4.1
|
||||
typing_extensions==4.14.1
|
||||
uvicorn==0.35.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue