Move most requirements to requirements_dev.txt

Closes: #5
This commit is contained in:
Jeff Epler 2021-08-20 18:56:34 -05:00
parent b8115ffe7a
commit 8c8e04d25c
2 changed files with 17 additions and 15 deletions

View file

@ -2,18 +2,3 @@
# SPDX-FileCopyrightText: Copyright (c) 2020 jepler for Unpythonic Networks # SPDX-FileCopyrightText: Copyright (c) 2020 jepler for Unpythonic Networks
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
astroid
black
isort
pre-commit
recommonmark==0.6.0
sphinx<4
sphinx-autoapi
sphinxcontrib-svg2pdfconverter==0.1.0
sphinx-rtd-theme
setuptools
wheel
twine
readme_renderer
testresources
circuitpython-build-tools

17
requirements_dev.txt Normal file
View file

@ -0,0 +1,17 @@
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
# SPDX-FileCopyrightText: Copyright (c) 2020 jepler for Unpythonic Networks
#
# SPDX-License-Identifier: MIT
pre-commit
recommonmark==0.6.0
sphinx<4
sphinx-autoapi
sphinxcontrib-svg2pdfconverter==0.1.0
sphinx-rtd-theme
setuptools
setuptools_scm
wheel
twine
readme_renderer
testresources
circuitpython-build-tools