moto/requirements-dev.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
378 B
Plaintext
Raw Normal View History

-e .[all,server]
-r requirements-tests.txt
2022-04-30 18:04:09 +08:00
black==22.3.0
click
inflection
lxml
mypy
typing-extensions<=4.5.0; python_version < '3.8'
2023-11-21 15:51:03 -08:00
typing-extensions; python_version >= '3.8'
packaging
build
prompt_toolkit
2023-11-21 15:51:03 -08:00
2023-12-05 12:55:04 -08:00
# type stubs that mypy doesn't install automatically
botocore-stubs
2023-11-21 15:51:03 -08:00
# typing_extensions is currently used for:
# Protocol (3.8+)
# ParamSpec (3.10+)
# Self (3.11+)