@@ -26,17 +26,14 @@ def stub_distribution_name(prefix: str) -> str:
2626 "croniter" : "types-croniter" ,
2727 "dataclasses" : "types-dataclasses" ,
2828 "dateparser" : "types-dateparser" ,
29- "datetimerange" : "types-DateTimeRange" ,
3029 "dateutil" : "types-python-dateutil" ,
3130 "decorator" : "types-decorator" ,
3231 "deprecated" : "types-Deprecated" ,
3332 "docutils" : "types-docutils" ,
3433 "first" : "types-first" ,
35- "geoip2" : "types-geoip2" ,
3634 "gflags" : "types-python-gflags" ,
3735 "google.protobuf" : "types-protobuf" ,
3836 "markdown" : "types-Markdown" ,
39- "maxminddb" : "types-maxminddb" ,
4037 "mock" : "types-mock" ,
4138 "OpenSSL" : "types-pyOpenSSL" ,
4239 "paramiko" : "types-paramiko" ,
@@ -80,8 +77,6 @@ def stub_distribution_name(prefix: str) -> str:
8077 "PIL" : "types-Pillow" ,
8178 "PyInstaller" : "types-pyinstaller" ,
8279 "Xlib" : "types-python-xlib" ,
83- "annoy" : "types-annoy" ,
84- "appdirs" : "types-appdirs" ,
8580 "aws_xray_sdk" : "types-aws-xray-sdk" ,
8681 "babel" : "types-babel" ,
8782 "backports.ssl_match_hostname" : "types-backports.ssl_match_hostname" ,
@@ -96,7 +91,6 @@ def stub_distribution_name(prefix: str) -> str:
9691 "consolemenu" : "types-console-menu" ,
9792 "crontab" : "types-python-crontab" ,
9893 "d3dshot" : "types-D3DShot" ,
99- "dj_database_url" : "types-dj-database-url" ,
10094 "dockerfile_parse" : "types-dockerfile-parse" ,
10195 "docopt" : "types-docopt" ,
10296 "editdistance" : "types-editdistance" ,
@@ -111,7 +105,6 @@ def stub_distribution_name(prefix: str) -> str:
111105 "flake8_typing_imports" : "types-flake8-typing-imports" ,
112106 "flask_cors" : "types-Flask-Cors" ,
113107 "flask_migrate" : "types-Flask-Migrate" ,
114- "flask_sqlalchemy" : "types-Flask-SQLAlchemy" ,
115108 "fpdf" : "types-fpdf2" ,
116109 "gdb" : "types-gdb" ,
117110 "google.cloud.ndb" : "types-google-cloud-ndb" ,
@@ -162,7 +155,6 @@ def stub_distribution_name(prefix: str) -> str:
162155 "tree_sitter" : "types-tree-sitter" ,
163156 "tree_sitter_languages" : "types-tree-sitter-languages" ,
164157 "ttkthemes" : "types-ttkthemes" ,
165- "urllib3" : "types-urllib3" ,
166158 "vobject" : "types-vobject" ,
167159 "whatthepatch" : "types-whatthepatch" ,
168160 "win32" : "types-pywin32" ,
@@ -172,7 +164,6 @@ def stub_distribution_name(prefix: str) -> str:
172164 "win32comext" : "types-pywin32" ,
173165 "win32gui" : "types-pywin32" ,
174166 "xmltodict" : "types-xmltodict" ,
175- "xxhash" : "types-xxhash" ,
176167 "zxcvbn" : "types-zxcvbn" ,
177168 # Stub packages that are not from typeshed
178169 # Since these can be installed automatically via --install-types, we have a high trust bar
0 commit comments