Skip to content

Commit

Permalink
Revert "Update requirements.txt"
Browse files Browse the repository at this point in the history
This reverts commit 1726f02.
  • Loading branch information
RobertoPrevato committed Dec 31, 2023
1 parent 6dc31f1 commit e8bb05c
Showing 1 changed file with 36 additions and 50 deletions.
86 changes: 36 additions & 50 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,73 +1,59 @@
annotated-types==0.5.0
anyio==4.2.0
asgiref==3.5.2
attrs==22.1.0
black==23.3.0
blinker==1.6.2
build==0.10.0
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
coverage==6.5.0
cryptography==40.0.2
Cython==3.0.2
annotated-types==0.6.0
asgiref==3.7.2
attrs==23.1.0
blinker==1.6.3
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.1
click==8.1.7
coverage==7.3.2
cryptography==41.0.6
Cython==3.0.4; platform_system != "Windows"
essentials==1.1.5
essentials-openapi==1.0.6
flake8==6.0.0
essentials-openapi==1.0.8
Flask==3.0.0
gevent==22.10.1
greenlet==1.1.3.post0
gevent==23.9.1
greenlet==3.0.0
guardpost==1.0.2
h11==0.11.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httptools==0.5.0
Hypercorn==0.15.0
httptools==0.6.1
hypercorn==0.14.4
hyperframe==6.0.1
idna==3.4
iniconfig==1.1.1
isort==5.12.0
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.2
marshmallow==3.19.0
MarkupSafe==2.1.3
mccabe==0.7.0
mypy-extensions==1.0.0
packaging==23.1
pathspec==0.11.1
platformdirs==3.2.0
pluggy==1.0.0
packaging==23.2
pluggy==1.3.0
priority==2.0.0
punq==0.6.2
py==1.11.0
pycodestyle==2.10.0
pycparser==2.21
pydantic==2.4.2
pydantic_core==2.10.1
pyflakes==3.0.1
PyJWT==2.8.0
pyparsing==3.0.9
pyproject_hooks==1.0.0
pytest==7.3.1
pytest-asyncio==0.20.1
pytest-cov==4.0.0
pyparsing==3.1.1
pytest==7.4.2
pytest-asyncio==0.21.1
pytest-cov==4.1.0
python-dateutil==2.8.2
PyYAML==6.0
regex==2023.3.23
PyYAML==6.0.1
regex==2023.10.3
requests==2.31.0
rodi==2.0.2
ruff==0.0.262
rodi==2.0.3
setuptools==68.2.2
six==1.16.0
sniffio==1.3.0
toml==0.10.1
toml==0.10.2
tomli==2.0.1
typing_extensions==4.8.0
urllib3==1.26.12
uvicorn==0.25.0
wcwidth==0.2.5
websockets==11.0.2
urllib3==2.0.7
uvicorn==0.23.2
wcwidth==0.2.8
websockets==12.0
Werkzeug==3.0.1
wsproto==1.2.0
zope.event==4.5.0
zope.interface==5.5.0
zope.event==5.0
zope.interface==6.1

0 comments on commit e8bb05c

Please sign in to comment.