From 4aea7f8f521b52fd9160945e8bb0ea1ab2d9e5d0 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 19 Mar 2021 15:22:23 -0700 Subject: Add requirements-dev.txt for python deps --- requirements-dev.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 requirements-dev.txt (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 000000000..1c956f0f9 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,33 @@ +# For string compression +huffman + +# For nvm.toml +cascadetoml +jinja2 +typer + +requests +sh +click +setuptools +cpp-coveralls + +# For docs +Sphinx<4 +sphinx-rtd-theme +recommonmark +sphinx-autoapi +sphinxcontrib-svg2pdfconverter + +# For translate check +polib + +# For pre-commit +pyyaml +astroid +isort +black +mypy + +# For uploading artifacts +awscli -- cgit v1.2.3