@@ -31,7 +31,6 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
31
31
"cachetools" : StubInfo ("types-cachetools" ),
32
32
"chardet" : StubInfo ("types-chardet" ),
33
33
"click_spinner" : StubInfo ("types-click-spinner" ),
34
- "concurrent" : StubInfo ("types-futures" , py_version = 2 ),
35
34
"contextvars" : StubInfo ("types-contextvars" , py_version = 3 ),
36
35
"croniter" : StubInfo ("types-croniter" ),
37
36
"dataclasses" : StubInfo ("types-dataclasses" , py_version = 3 ),
@@ -42,24 +41,18 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
42
41
"deprecated" : StubInfo ("types-Deprecated" ),
43
42
"docutils" : StubInfo ("types-docutils" , py_version = 3 ),
44
43
"emoji" : StubInfo ("types-emoji" ),
45
- "enum" : StubInfo ("types-enum34" , py_version = 2 ),
46
- "fb303" : StubInfo ("types-fb303" , py_version = 2 ),
47
44
"first" : StubInfo ("types-first" ),
48
45
"geoip2" : StubInfo ("types-geoip2" ),
49
46
"gflags" : StubInfo ("types-python-gflags" ),
50
47
"google.protobuf" : StubInfo ("types-protobuf" ),
51
- "ipaddress" : StubInfo ("types-ipaddress" , py_version = 2 ),
52
- "kazoo" : StubInfo ("types-kazoo" , py_version = 2 ),
53
48
"markdown" : StubInfo ("types-Markdown" ),
54
49
"maxminddb" : StubInfo ("types-maxminddb" ),
55
50
"mock" : StubInfo ("types-mock" ),
56
51
"OpenSSL" : StubInfo ("types-pyOpenSSL" ),
57
52
"paramiko" : StubInfo ("types-paramiko" ),
58
- "pathlib2" : StubInfo ("types-pathlib2" , py_version = 2 ),
59
53
"pkg_resources" : StubInfo ("types-setuptools" , py_version = 3 ),
60
54
"polib" : StubInfo ("types-polib" ),
61
55
"pycurl" : StubInfo ("types-pycurl" ),
62
- "pymssql" : StubInfo ("types-pymssql" , py_version = 2 ),
63
56
"pymysql" : StubInfo ("types-PyMySQL" ),
64
57
"pyrfc3339" : StubInfo ("types-pyRFC3339" , py_version = 3 ),
65
58
"python2" : StubInfo ("types-six" ),
@@ -68,16 +61,13 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
68
61
"redis" : StubInfo ("types-redis" ),
69
62
"requests" : StubInfo ("types-requests" ),
70
63
"retry" : StubInfo ("types-retry" ),
71
- "routes" : StubInfo ("types-Routes" , py_version = 2 ),
72
- "scribe" : StubInfo ("types-scribe" , py_version = 2 ),
73
64
"simplejson" : StubInfo ("types-simplejson" ),
74
65
"singledispatch" : StubInfo ("types-singledispatch" ),
75
66
"six" : StubInfo ("types-six" ),
76
67
"slugify" : StubInfo ("types-python-slugify" ),
77
68
"tabulate" : StubInfo ("types-tabulate" ),
78
69
"termcolor" : StubInfo ("types-termcolor" ),
79
70
"toml" : StubInfo ("types-toml" ),
80
- "tornado" : StubInfo ("types-tornado" , py_version = 2 ),
81
71
"typed_ast" : StubInfo ("types-typed-ast" , py_version = 3 ),
82
72
"tzlocal" : StubInfo ("types-tzlocal" ),
83
73
"ujson" : StubInfo ("types-ujson" ),
0 commit comments