Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 24 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ annotated-types==0.6.0
# pydantic
arrow==1.3.0
# via -r requirements-tests.txt
async-timeout==4.0.3
# via
# -r requirements-tests.txt
# redis
asyncpool==1.0
# via -r requirements-tests.txt
attrs==23.1.0
Expand Down Expand Up @@ -187,6 +191,10 @@ ecdsa==0.18.0
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.1.3
# via
# -r requirements-tests.txt
# pytest
factory-boy==3.3.0
# via -r requirements-tests.txt
faker==19.11.0
Expand Down Expand Up @@ -249,7 +257,7 @@ graphql-core==3.2.3
# moto
gunicorn==21.2.0
# via -r requirements-tests.txt
hvac==1.2.1
hvac==2.0.0
# via -r requirements-tests.txt
identify==2.5.30
# via pre-commit
Expand All @@ -259,6 +267,9 @@ idna==3.4
# requests
importlib-metadata==6.8.0
# via
# -r requirements-tests.txt
# certbot
# flask
# keyring
# twine
importlib-resources==6.1.0
Expand Down Expand Up @@ -529,10 +540,6 @@ pygments==2.16.1
# -r requirements-tests.txt
# readme-renderer
# rich
pyhcl==0.4.5
# via
# -r requirements-tests.txt
# hvac
pyjks==20.0.0
# via -r requirements-tests.txt
pyjwt==2.8.0
Expand Down Expand Up @@ -730,6 +737,12 @@ sympy==1.12
# cfn-lint
tabulate==0.9.0
# via -r requirements-tests.txt
tomli==2.0.1
# via
# -r requirements-tests.txt
# black
# mypy
# pytest
twine==4.0.2
# via -r requirements-dev.in
twofish==0.3.0
Expand Down Expand Up @@ -775,7 +788,9 @@ typing-extensions==4.8.0
# -r requirements-tests.txt
# alembic
# aws-sam-translator
# black
# flask-limiter
# kombu
# limits
# mypy
# pydantic
Expand Down Expand Up @@ -827,7 +842,10 @@ xmltodict==0.13.0
# -r requirements-tests.txt
# moto
zipp==3.17.0
# via importlib-metadata
# via
# -r requirements-tests.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
33 changes: 28 additions & 5 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ arrow==1.3.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
async-timeout==4.0.3
# via
# -r requirements-tests.txt
# redis
asyncpool==1.0
# via -r requirements-tests.txt
attrs==23.1.0
Expand Down Expand Up @@ -207,6 +211,10 @@ ecdsa==0.18.0
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.1.3
# via
# -r requirements-tests.txt
# pytest
factory-boy==3.3.0
# via -r requirements-tests.txt
faker==19.11.0
Expand Down Expand Up @@ -285,7 +293,7 @@ gunicorn==21.2.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
hvac==1.2.1
hvac==2.0.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand All @@ -295,6 +303,12 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# -r requirements-tests.txt
# certbot
# flask
# sphinx
importlib-resources==6.1.0
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -549,10 +563,6 @@ pygments==2.16.1
# -r requirements-tests.txt
# rich
# sphinx
pyhcl==0.4.5
# via
# -r requirements-tests.txt
# hvac
pyjks==20.0.0
# via
# -r requirements-docs.in
Expand Down Expand Up @@ -786,6 +796,12 @@ tabulate==0.9.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
tomli==2.0.1
# via
# -r requirements-tests.txt
# black
# mypy
# pytest
twofish==0.3.0
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -829,7 +845,9 @@ typing-extensions==4.8.0
# -r requirements-tests.txt
# alembic
# aws-sam-translator
# black
# flask-limiter
# kombu
# limits
# mypy
# pydantic
Expand Down Expand Up @@ -880,6 +898,11 @@ xmltodict==0.13.0
# -r requirements-docs.in
# -r requirements-tests.txt
# moto
zipp==3.17.0
# via
# -r requirements-tests.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
29 changes: 24 additions & 5 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ annotated-types==0.6.0
# via pydantic
arrow==1.3.0
# via -r requirements.txt
async-timeout==4.0.3
# via
# -r requirements.txt
# redis
asyncpool==1.0
# via -r requirements.txt
attrs==23.1.0
Expand Down Expand Up @@ -171,6 +175,8 @@ ecdsa==0.18.0
# moto
# python-jose
# sshpubkeys
exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements-tests.in
faker==19.11.0
Expand Down Expand Up @@ -223,12 +229,17 @@ graphql-core==3.2.3
# via moto
gunicorn==21.2.0
# via -r requirements.txt
hvac==1.2.1
hvac==2.0.0
# via -r requirements.txt
idna==3.4
# via
# -r requirements.txt
# requests
importlib-metadata==6.8.0
# via
# -r requirements.txt
# certbot
# flask
importlib-resources==6.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -423,10 +434,6 @@ pygments==2.16.1
# via
# -r requirements.txt
# rich
pyhcl==0.4.5
# via
# -r requirements.txt
# hvac
pyjks==20.0.0
# via -r requirements.txt
pyjwt==2.8.0
Expand Down Expand Up @@ -586,6 +593,11 @@ sympy==1.12
# via cfn-lint
tabulate==0.9.0
# via -r requirements.txt
tomli==2.0.1
# via
# black
# mypy
# pytest
twofish==0.3.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -625,7 +637,9 @@ typing-extensions==4.8.0
# -r requirements.txt
# alembic
# aws-sam-translator
# black
# flask-limiter
# kombu
# limits
# mypy
# pydantic
Expand Down Expand Up @@ -671,6 +685,11 @@ xmltodict==0.13.0
# via
# -r requirements.txt
# moto
zipp==3.17.0
# via
# -r requirements.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
15 changes: 12 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ aniso8601==9.0.1
# via flask-restful
arrow==1.3.0
# via -r requirements.in
async-timeout==4.0.3
# via redis
asyncpool==1.0
# via -r requirements.in
attrs==23.1.0
Expand Down Expand Up @@ -133,10 +135,14 @@ future==0.18.3
# via -r requirements.in
gunicorn==21.2.0
# via -r requirements.in
hvac==1.2.1
hvac==2.0.0
# via -r requirements.in
idna==3.4
# via requests
importlib-metadata==6.8.0
# via
# certbot
# flask
importlib-resources==6.1.0
# via limits
inflection==0.5.1
Expand Down Expand Up @@ -220,8 +226,6 @@ pycryptodomex==3.19.0
# via pyjks
pygments==2.16.1
# via rich
pyhcl==0.4.5
# via hvac
pyjks==20.0.0
# via -r requirements.in
pyjwt==2.8.0
Expand Down Expand Up @@ -309,6 +313,7 @@ typing-extensions==4.8.0
# via
# alembic
# flask-limiter
# kombu
# limits
tzdata==2023.3
# via celery
Expand All @@ -334,6 +339,10 @@ wrapt==1.15.0
# via deprecated
xmltodict==0.13.0
# via -r requirements.in
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools