* add module names completion for install * sort completion suggestions * add instructions in the readme * switch to click 8 * update setup.py to click 8 * fix from rebase (missing bundle list) * try not to update bundles for shell completion
53 lines
1,016 B
Text
53 lines
1,016 B
Text
# SPDX-FileCopyrightText: 2019 Nicholas Tollervey, written for Adafruit Industries
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
alabaster==0.7.12
|
|
appdirs==1.4.3
|
|
atomicwrites==1.3.0
|
|
attrs==19.1.0
|
|
Babel==2.7.0
|
|
black==19.3b0
|
|
bleach==3.3.0
|
|
certifi==2019.6.16
|
|
chardet==3.0.4
|
|
Click>=8.0
|
|
coverage==4.5.4
|
|
docutils==0.15.2
|
|
idna==2.8
|
|
imagesize==1.1.0
|
|
importlib-metadata==0.20
|
|
Jinja2==2.11.3
|
|
MarkupSafe==1.1.1
|
|
more-itertools==7.2.0
|
|
packaging==19.1
|
|
pkginfo==1.5.0.1
|
|
pluggy==0.13.1
|
|
py==1.10.0
|
|
Pygments==2.7.4
|
|
pylint
|
|
pyparsing==2.4.2
|
|
pytest==5.1.2
|
|
pytest-cov==2.7.1
|
|
pytest-faulthandler==2.0.1
|
|
pytest-random-order==1.0.4
|
|
pytz==2019.2
|
|
readme-renderer==24.0
|
|
requests==2.*
|
|
requests-toolbelt==0.9.1
|
|
semver~=2.13
|
|
six==1.12.0
|
|
snowballstemmer==1.9.0
|
|
Sphinx==2.2.0
|
|
sphinxcontrib-applehelp==1.0.1
|
|
sphinxcontrib-devhelp==1.0.1
|
|
sphinxcontrib-htmlhelp==1.0.2
|
|
sphinxcontrib-jsmath==1.0.1
|
|
sphinxcontrib-qthelp==1.0.2
|
|
sphinxcontrib-serializinghtml==1.1.3
|
|
toml==0.10.0
|
|
tqdm==4.35.0
|
|
twine==1.13.0
|
|
urllib3==1.26.5
|
|
wcwidth==0.1.7
|
|
webencodings==0.5.1
|
|
zipp==0.6.0
|