From 137ed600569b073a02a46078362742dbc37cd74a Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 23 Aug 2021 14:59:05 -0700 Subject: [PATCH] unpin dependencies --- requirements-dev.txt | 56 ++++++++++++++++++++++---------------------- setup.cfg | 34 +++++++++++++-------------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d15c777..71f9577 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,28 +1,28 @@ -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 +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 8c249d3..6cdd1f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,24 +36,24 @@ 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 + appdirs + argcomplete + attrs + colorama + coverage + halo + hid + log-symbols + mccabe + milc>=1.5.0 + pycodestyle + pyflakes + pyrsistent + pyusb setuptools>=45 - six==1.16.0 - spinners==0.0.24 - termcolor==1.1.0 + six + spinners + termcolor packages = find: python_requiures = >=3.7