File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ strict_equality = True
22
22
; https://github.com/tartley/colorama/issues/206
23
23
ignore_missing_imports = True
24
24
25
- [mypy-packaging]
26
- ignore_missing_imports = True
27
-
28
25
[mypy-pkginfo]
29
26
; https://bugs.launchpad.net/pkginfo/+bug/1876591
30
27
ignore_missing_imports = True
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ install_requires=
38
38
readme_renderer >= 21.0
39
39
requests >= 2.20
40
40
requests-toolbelt >= 0.8.0, != 0.9.0
41
- packaging >= 16.2
42
41
tqdm >= 4.14
43
42
importlib_metadata >= 3.6
44
43
keyring >= 15.1
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ def test_make_user_agent_string(default_repo):
95
95
"requests-toolbelt/" ,
96
96
"pkginfo/" ,
97
97
"importlib_metadata/" ,
98
- "packaging/" ,
99
98
)
100
99
assert all (p in user_agent for p in packages )
101
100
Original file line number Diff line number Diff line change 25
25
def list_dependencies_and_versions () -> List [Tuple [str , str ]]:
26
26
deps = (
27
27
"importlib_metadata" ,
28
- "packaging" ,
29
28
"pkginfo" ,
30
29
"requests" ,
31
30
"requests-toolbelt" ,
You can’t perform that action at this time.
0 commit comments