diff --git a/requirements-dev.txt b/requirements-dev.txt index d15c777..ecfedc3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,28 +1,4 @@ -bleach==4.0.0 -build==0.6.0.post1 -bump2version==1.0.1 -bumpversion==0.6.0 -certifi==2021.5.30 -cffi==1.14.6 -chardet==4.0.0 -cryptography==3.4.7 -docutils==0.17.1 -idna==2.10 -importlib-metadata==4.6.3 -jeepney==0.7.1 -keyring==23.0.1 -packaging==21.0 -pkginfo==1.7.1 -pycparser==2.20 -pyparsing==2.4.7 -readme-renderer==29.0 -requests==2.26.0 -requests-toolbelt==0.9.1 -rfc3986==1.5.0 -SecretStorage==3.3.1 -six==1.16.0 -tqdm==4.62.0 -twine==3.4.2 -urllib3==1.26.6 -webencodings==0.5.1 -zipp==3.5.0 +build +bumpversion +requests +twine diff --git a/setup.cfg b/setup.cfg index 8c249d3..7805a7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,24 +36,15 @@ classifiers = [options] install_requires = - appdirs==1.4.4 - argcomplete==1.12.3 - attrs==21.2.0 - colorama==0.4.4 - coverage==5.5 - halo==0.0.31 - hid==1.0.4 - log-symbols==0.0.14 - mccabe==0.6.1 - milc==1.5.0 - pycodestyle==2.7.0 - pyflakes==2.3.1 - pyrsistent==0.18.0 - pyusb==1.2.1 + hid + milc>=1.4.2 + pyusb setuptools>=45 - six==1.16.0 - spinners==0.0.24 - termcolor==1.1.0 + # qmk_firmware packages + hjson + jsonschema>=3 + pygments + qmk-dotty-dict packages = find: python_requiures = >=3.7