Skip to content

Commit

Permalink
fixing: Reinstalado o pre-commit; update: Atualizado req.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Luppyn committed Jul 31, 2024
1 parent 72ca4dc commit 682cfa5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ repos:
hooks:
- id: requirements
name: requirements
entry: bash -c 'venv/Scripts/pip3 freeze -l > requirements.txt; git add requirements.txt'
entry: bash -c 'venv/Scripts/pip3 freeze > requirements.txt; git add requirements.txt'
language: system
stages: [commit]
49 changes: 47 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,82 @@
altgraph==0.17.4
annotated-types==0.7.0
anyio==4.4.0
arrow==1.3.0
astroid==3.2.4
binaryornot==0.4.4
certifi==2024.7.4
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
colorclass==2.2.2
cookiecutter==2.6.0
dill==0.3.8
dnspython==2.6.1
docopt==0.6.2
email_validator==2.2.0
fastapi==0.111.1
fastapi-cli==0.0.4
flet-core==0.23.2
flet-runtime==0.23.2
greenlet==3.0.3
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
hyperframe==6.0.1
idna==3.7
iniconfig==2.0.0
isort==5.13.2
Jinja2==3.1.4
keyboard==0.13.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
mysql-connector-python==9.0.0
numpy==2.0.1
oauthlib==3.2.2
opencv-python==4.10.0.84
packaging==24.1
packaging==23.2
pefile==2023.2.7
pip-upgrader==1.4.15
platformdirs==4.2.2
pluggy==1.5.0
pydantic==2.8.2
pydantic_core==2.20.1
Pygments==2.18.0
pyinstaller==6.9.0
pyinstaller-hooks-contrib==2024.7
pylint==3.2.6
PyMySQL==1.1.1
pypng==0.20220715.0
pytest==8.3.2
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-multipart==0.0.9
python-slugify==8.0.4
pywin32-ctypes==0.2.2
PyYAML==6.0.1
requests==2.32.2
qrcode==7.4.2
repath==0.9.0
requests==2.32.3
rich==13.7.1
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
SQLAlchemy==2.0.31
starlette==0.37.2
terminaltables==3.1.10
text-unidecode==1.3
tomlkit==0.13.0
typer==0.12.3
types-python-dateutil==2.9.0.20240316
typing_extensions==4.12.2
urllib3==2.2.2
uvicorn==0.30.3
watchdog==4.0.1
watchfiles==0.22.0
websockets==12.0

0 comments on commit 682cfa5

Please sign in to comment.