Update known package to distribution map for migration script (#4963)

Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
This commit is contained in:
Ivan Levkivskyi
2021-01-22 16:12:04 +00:00
committed by GitHub
parent eb9d995362
commit 83c18117d5

View File

@@ -33,20 +33,25 @@ package_to_distribution = {
"pyre_extensions": "pyre-extensions",
"attr": "attrs",
"concurrent": "futures",
"click_spinner": "click-spinner",
"Crypto": "pycrypto",
"datetimerange": "DateTimeRange",
"dateutil": "python-dateutil",
"deprecated": "Deprecated",
"enum": "enum34",
"flask": "Flask",
"gflags": "python-gflags",
"google": "protobuf",
"jinja2": "Jinja2",
"markdown": "Markdown",
"markupsafe": "MarkupSafe",
"OpenSSL": "openssl-python",
"pymysql": "PyMySQL",
"pyrfc3339": "pyRFC3339",
"pyVmomi": "pyvmomi",
"routes": "Routes",
"typed_ast": "typed-ast",
"slugify": "python-slugify",
"werkzeug": "Werkzeug",
}