moto/requirements-dev.txt
2023-12-05 19:55:04 -01:00

23 lines
378 B
Plaintext

-e .[all,server]
-r requirements-tests.txt
black==22.3.0
click
inflection
lxml
mypy
typing-extensions<=4.5.0; python_version < '3.8'
typing-extensions; python_version >= '3.8'
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+)