moto/requirements-dev.txt

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

22 lines
302 B
Plaintext
Raw Permalink Normal View History

-e .[all,server]
-r requirements-tests.txt
2022-04-30 10:04:09 +00:00
ruff==0.3.3
click
inflection
lxml
mypy
2024-01-06 19:20:57 +00:00
typing-extensions
packaging
build
prompt_toolkit
2023-11-21 23:51:03 +00:00
2023-12-05 20:55:04 +00:00
# type stubs that mypy doesn't install automatically
botocore-stubs
2023-11-21 23:51:03 +00:00
# typing_extensions is currently used for:
# Protocol (3.8+)
# ParamSpec (3.10+)
# Self (3.11+)