Skip to content

Commit bc6b0cf

Browse files
committed
Remove dependencies that are no longer required
1 parent f8b439a commit bc6b0cf

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

requirements.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,17 @@ packaging>=21.3;python_version<"3.7"
44
packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
66
setuptools>=68.0.0;python_version>="3.7"
7-
keyring>=23.4.1;python_version<"3.8"
8-
keyring>=24.1.1;python_version>="3.8"
9-
tomli>=1.2.3;python_version<"3.7"
10-
tomli>=2.0.1;python_version>="3.7"
11-
tqdm>=4.64.1;python_version<"3.7"
12-
tqdm>=4.65.0;python_version>="3.7"
137
wheel>=0.37.1;python_version<"3.7"
148
wheel>=0.40.0;python_version>="3.7"
159
attrs==22.1.0;python_version<"3.7"
1610
attrs>=23.1.0;python_version>="3.7"
17-
PyYAML>=6.0
1811
certifi>=2023.5.7
1912
filelock>=3.4.1;python_version<"3.7"
2013
filelock>=3.12.2;python_version>="3.7"
2114
platformdirs>=2.4.0;python_version<"3.7"
2215
platformdirs>=3.8.1;python_version>="3.7"
2316
parse>=1.19.1
2417
parse-type>=0.6.2
25-
pyparsing>=3.0.7;python_version<"3.7"
26-
pyparsing>=3.1.0;python_version>="3.7"
27-
zipp==3.6.0;python_version<"3.7"
28-
zipp>=3.15.0;python_version>="3.7"
29-
more-itertools==8.14.0;python_version<"3.7"
30-
more-itertools>=9.1.0;python_version>="3.7"
3118
six==1.16.0
3219
idna==3.4
3320
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"
3926
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
4027
requests==2.27.1;python_version<"3.7"
4128
requests==2.31.0;python_version>="3.7"
42-
requests-toolbelt==1.0.0
4329
pynose==1.4.6
4430
sniffio==1.3.0;python_version>="3.7"
4531
h11==0.14.0;python_version>="3.7"
4632
outcome==1.2.0;python_version>="3.7"
4733
trio==0.22.1;python_version>="3.7"
4834
trio-websocket==0.10.3;python_version>="3.7"
49-
pyopenssl==23.2.0;python_version>="3.7"
5035
wsproto==1.2.0;python_version>="3.7"
5136
selenium==3.141.0;python_version<"3.7"
5237
selenium==4.10.0;python_version>="3.7"
@@ -81,8 +66,6 @@ behave==1.2.6
8166
soupsieve==2.3.2.post1;python_version<"3.7"
8267
soupsieve==2.4.1;python_version>="3.7"
8368
beautifulsoup4==4.12.2
84-
cryptography==36.0.2;python_version<"3.7"
85-
cryptography==41.0.1;python_version>="3.7"
8669
pygments==2.14.0;python_version<"3.7"
8770
pygments==2.15.1;python_version>="3.7"
8871
pyreadline3==3.4.1;platform_system=="Windows"
@@ -93,10 +76,8 @@ colorama==0.4.6;python_version>="3.7"
9376
exceptiongroup==1.1.2;python_version>="3.7"
9477
future-breakpoint==2.0.0;python_version<"3.7"
9578
importlib-metadata==4.2.0;python_version<"3.8"
96-
pycparser==2.21
9779
pyotp==2.7.0;python_version<"3.7"
9880
pyotp==2.8.0;python_version>="3.7"
99-
cffi==1.15.1
10081
typing-extensions==4.1.1;python_version<"3.7"
10182
commonmark==0.9.1;python_version<"3.7"
10283
markdown-it-py==3.0.0;python_version>="3.8"

setup.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -138,30 +138,17 @@
138138
'packaging>=23.1;python_version>="3.7"',
139139
'setuptools>=59.6.0;python_version<"3.7"',
140140
'setuptools>=68.0.0;python_version>="3.7"',
141-
'keyring>=23.4.1;python_version<"3.8"',
142-
'keyring>=24.1.1;python_version>="3.8"',
143-
'tomli>=1.2.3;python_version<"3.7"',
144-
'tomli>=2.0.1;python_version>="3.7"',
145-
'tqdm>=4.64.1;python_version<"3.7"',
146-
'tqdm>=4.65.0;python_version>="3.7"',
147141
'wheel>=0.37.1;python_version<"3.7"',
148142
'wheel>=0.40.0;python_version>="3.7"',
149143
'attrs==22.1.0;python_version<"3.7"',
150144
'attrs>=23.1.0;python_version>="3.7"',
151-
"PyYAML>=6.0",
152145
"certifi>=2023.5.7",
153146
'filelock>=3.4.1;python_version<"3.7"',
154147
'filelock>=3.12.2;python_version>="3.7"',
155148
'platformdirs>=2.4.0;python_version<"3.7"',
156149
'platformdirs>=3.8.1;python_version>="3.7"',
157150
'parse>=1.19.1',
158151
'parse-type>=0.6.2',
159-
'pyparsing>=3.0.7;python_version<"3.7"',
160-
'pyparsing>=3.1.0;python_version>="3.7"',
161-
'zipp==3.6.0;python_version<"3.7"',
162-
'zipp>=3.15.0;python_version>="3.7"',
163-
'more-itertools==8.14.0;python_version<"3.7"',
164-
'more-itertools>=9.1.0;python_version>="3.7"',
165152
"six==1.16.0",
166153
"idna==3.4",
167154
'chardet==4.0.0;python_version<"3.7"',
@@ -173,14 +160,12 @@
173160
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
174161
'requests==2.27.1;python_version<"3.7"',
175162
'requests==2.31.0;python_version>="3.7"',
176-
'requests-toolbelt==1.0.0',
177163
"pynose==1.4.6",
178164
'sniffio==1.3.0;python_version>="3.7"',
179165
'h11==0.14.0;python_version>="3.7"',
180166
'outcome==1.2.0;python_version>="3.7"',
181167
'trio==0.22.1;python_version>="3.7"',
182168
'trio-websocket==0.10.3;python_version>="3.7"',
183-
'pyopenssl==23.2.0;python_version>="3.7"',
184169
'wsproto==1.2.0;python_version>="3.7"',
185170
'selenium==3.141.0;python_version<"3.7"',
186171
'selenium==4.10.0;python_version>="3.7"',
@@ -215,8 +200,6 @@
215200
'soupsieve==2.3.2.post1;python_version<"3.7"',
216201
'soupsieve==2.4.1;python_version>="3.7"',
217202
"beautifulsoup4==4.12.2",
218-
'cryptography==36.0.2;python_version<"3.7"',
219-
'cryptography==41.0.1;python_version>="3.7"',
220203
'pygments==2.14.0;python_version<"3.7"',
221204
'pygments==2.15.1;python_version>="3.7"',
222205
'pyreadline3==3.4.1;platform_system=="Windows"',
@@ -227,10 +210,8 @@
227210
'exceptiongroup==1.1.2;python_version>="3.7"',
228211
'future-breakpoint==2.0.0;python_version<"3.7"',
229212
'importlib-metadata==4.2.0;python_version<"3.8"',
230-
"pycparser==2.21",
231213
'pyotp==2.7.0;python_version<"3.7"',
232214
'pyotp==2.8.0;python_version>="3.7"',
233-
"cffi==1.15.1",
234215
'typing-extensions==4.1.1;python_version<"3.7"',
235216
'commonmark==0.9.1;python_version<"3.7"', # For old "rich"
236217
'markdown-it-py==3.0.0;python_version>="3.8"', # For new "rich"

0 commit comments

Comments
 (0)