moto/requirements-dev.txt
2024-01-27 19:38:09 +00:00

22 lines
304 B
Plaintext

-e .[all,server]
-r requirements-tests.txt
black==22.3.0
click
inflection
lxml
mypy
typing-extensions
packaging
build
prompt_toolkit
# type stubs that mypy doesn't install automatically
botocore-stubs
# typing_extensions is currently used for:
# Protocol (3.8+)
# ParamSpec (3.10+)
# Self (3.11+)