diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2021-03-19 15:22:23 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2021-03-19 15:22:23 -0700 |
| commit | 4aea7f8f521b52fd9160945e8bb0ea1ab2d9e5d0 (patch) | |
| tree | 7eaa5ef84433e203cfb6d41735cb8e9dbac15004 /requirements-dev.txt | |
| parent | 5d2b60cbf69c99abd6984c298d4f052514221177 (diff) | |
Add requirements-dev.txt for python deps
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 33 |
1 files changed, 33 insertions, 0 deletions
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 |
