From 8e1de7491882cccaa7d7c66fbad0c0c0cd059474 Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 23 Aug 2021 15:13:24 -0700 Subject: [PATCH] remove non-direct dependencies --- requirements-dev.txt | 24 ------------------------ setup.cfg | 21 ++++++--------------- 2 files changed, 6 insertions(+), 39 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 71f9577..ecfedc3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,28 +1,4 @@ -bleach build -bump2version bumpversion -certifi -cffi -chardet -cryptography -docutils -idna -importlib-metadata -jeepney -keyring -packaging -pkginfo -pycparser -pyparsing -readme-renderer requests -requests-toolbelt -rfc3986 -SecretStorage -six -tqdm twine -urllib3 -webencodings -zipp diff --git a/setup.cfg b/setup.cfg index 6cdd1f6..7805a7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,24 +36,15 @@ classifiers = [options] install_requires = - appdirs - argcomplete - attrs - colorama - coverage - halo hid - log-symbols - mccabe - milc>=1.5.0 - pycodestyle - pyflakes - pyrsistent + milc>=1.4.2 pyusb setuptools>=45 - six - spinners - termcolor + # qmk_firmware packages + hjson + jsonschema>=3 + pygments + qmk-dotty-dict packages = find: python_requiures = >=3.7