Remove dependencies that are no longer required

This commit is contained in:
Michael Mintz 2023-07-09 14:07:56 -04:00
parent f8b439a670
commit bc6b0cf472
2 changed files with 0 additions and 38 deletions

View File

@ -4,17 +4,10 @@ packaging>=21.3;python_version<"3.7"
packaging>=23.1;python_version>="3.7"
setuptools>=59.6.0;python_version<"3.7"
setuptools>=68.0.0;python_version>="3.7"
keyring>=23.4.1;python_version<"3.8"
keyring>=24.1.1;python_version>="3.8"
tomli>=1.2.3;python_version<"3.7"
tomli>=2.0.1;python_version>="3.7"
tqdm>=4.64.1;python_version<"3.7"
tqdm>=4.65.0;python_version>="3.7"
wheel>=0.37.1;python_version<"3.7"
wheel>=0.40.0;python_version>="3.7"
attrs==22.1.0;python_version<"3.7"
attrs>=23.1.0;python_version>="3.7"
PyYAML>=6.0
certifi>=2023.5.7
filelock>=3.4.1;python_version<"3.7"
filelock>=3.12.2;python_version>="3.7"
@ -22,12 +15,6 @@ platformdirs>=2.4.0;python_version<"3.7"
platformdirs>=3.8.1;python_version>="3.7"
parse>=1.19.1
parse-type>=0.6.2
pyparsing>=3.0.7;python_version<"3.7"
pyparsing>=3.1.0;python_version>="3.7"
zipp==3.6.0;python_version<"3.7"
zipp>=3.15.0;python_version>="3.7"
more-itertools==8.14.0;python_version<"3.7"
more-itertools>=9.1.0;python_version>="3.7"
six==1.16.0
idna==3.4
chardet==4.0.0;python_version<"3.7"
@ -39,14 +26,12 @@ urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
requests==2.27.1;python_version<"3.7"
requests==2.31.0;python_version>="3.7"
requests-toolbelt==1.0.0
pynose==1.4.6
sniffio==1.3.0;python_version>="3.7"
h11==0.14.0;python_version>="3.7"
outcome==1.2.0;python_version>="3.7"
trio==0.22.1;python_version>="3.7"
trio-websocket==0.10.3;python_version>="3.7"
pyopenssl==23.2.0;python_version>="3.7"
wsproto==1.2.0;python_version>="3.7"
selenium==3.141.0;python_version<"3.7"
selenium==4.10.0;python_version>="3.7"
@ -81,8 +66,6 @@ behave==1.2.6
soupsieve==2.3.2.post1;python_version<"3.7"
soupsieve==2.4.1;python_version>="3.7"
beautifulsoup4==4.12.2
cryptography==36.0.2;python_version<"3.7"
cryptography==41.0.1;python_version>="3.7"
pygments==2.14.0;python_version<"3.7"
pygments==2.15.1;python_version>="3.7"
pyreadline3==3.4.1;platform_system=="Windows"
@ -93,10 +76,8 @@ colorama==0.4.6;python_version>="3.7"
exceptiongroup==1.1.2;python_version>="3.7"
future-breakpoint==2.0.0;python_version<"3.7"
importlib-metadata==4.2.0;python_version<"3.8"
pycparser==2.21
pyotp==2.7.0;python_version<"3.7"
pyotp==2.8.0;python_version>="3.7"
cffi==1.15.1
typing-extensions==4.1.1;python_version<"3.7"
commonmark==0.9.1;python_version<"3.7"
markdown-it-py==3.0.0;python_version>="3.8"

View File

@ -138,17 +138,10 @@ setup(
'packaging>=23.1;python_version>="3.7"',
'setuptools>=59.6.0;python_version<"3.7"',
'setuptools>=68.0.0;python_version>="3.7"',
'keyring>=23.4.1;python_version<"3.8"',
'keyring>=24.1.1;python_version>="3.8"',
'tomli>=1.2.3;python_version<"3.7"',
'tomli>=2.0.1;python_version>="3.7"',
'tqdm>=4.64.1;python_version<"3.7"',
'tqdm>=4.65.0;python_version>="3.7"',
'wheel>=0.37.1;python_version<"3.7"',
'wheel>=0.40.0;python_version>="3.7"',
'attrs==22.1.0;python_version<"3.7"',
'attrs>=23.1.0;python_version>="3.7"',
"PyYAML>=6.0",
"certifi>=2023.5.7",
'filelock>=3.4.1;python_version<"3.7"',
'filelock>=3.12.2;python_version>="3.7"',
@ -156,12 +149,6 @@ setup(
'platformdirs>=3.8.1;python_version>="3.7"',
'parse>=1.19.1',
'parse-type>=0.6.2',
'pyparsing>=3.0.7;python_version<"3.7"',
'pyparsing>=3.1.0;python_version>="3.7"',
'zipp==3.6.0;python_version<"3.7"',
'zipp>=3.15.0;python_version>="3.7"',
'more-itertools==8.14.0;python_version<"3.7"',
'more-itertools>=9.1.0;python_version>="3.7"',
"six==1.16.0",
"idna==3.4",
'chardet==4.0.0;python_version<"3.7"',
@ -173,14 +160,12 @@ setup(
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
'requests==2.27.1;python_version<"3.7"',
'requests==2.31.0;python_version>="3.7"',
'requests-toolbelt==1.0.0',
"pynose==1.4.6",
'sniffio==1.3.0;python_version>="3.7"',
'h11==0.14.0;python_version>="3.7"',
'outcome==1.2.0;python_version>="3.7"',
'trio==0.22.1;python_version>="3.7"',
'trio-websocket==0.10.3;python_version>="3.7"',
'pyopenssl==23.2.0;python_version>="3.7"',
'wsproto==1.2.0;python_version>="3.7"',
'selenium==3.141.0;python_version<"3.7"',
'selenium==4.10.0;python_version>="3.7"',
@ -215,8 +200,6 @@ setup(
'soupsieve==2.3.2.post1;python_version<"3.7"',
'soupsieve==2.4.1;python_version>="3.7"',
"beautifulsoup4==4.12.2",
'cryptography==36.0.2;python_version<"3.7"',
'cryptography==41.0.1;python_version>="3.7"',
'pygments==2.14.0;python_version<"3.7"',
'pygments==2.15.1;python_version>="3.7"',
'pyreadline3==3.4.1;platform_system=="Windows"',
@ -227,10 +210,8 @@ setup(
'exceptiongroup==1.1.2;python_version>="3.7"',
'future-breakpoint==2.0.0;python_version<"3.7"',
'importlib-metadata==4.2.0;python_version<"3.8"',
"pycparser==2.21",
'pyotp==2.7.0;python_version<"3.7"',
'pyotp==2.8.0;python_version>="3.7"',
"cffi==1.15.1",
'typing-extensions==4.1.1;python_version<"3.7"',
'commonmark==0.9.1;python_version<"3.7"', # For old "rich"
'markdown-it-py==3.0.0;python_version>="3.8"', # For new "rich"