-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run import tests on against each package bundle version.
- Loading branch information
Showing
13 changed files
with
486 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
# This file is automatically generated by the Pyodide build script repo | ||
# (https://github.com/cloudflare/pyodide-build-scripts) and should not be manually modified. | ||
|
||
PACKAGES_20240829_4 = { | ||
"aiohttp": [ | ||
"aiohttp", | ||
], | ||
"aiosignal": [ | ||
"aiosignal", | ||
], | ||
"annotated-types": [ | ||
"annotated_types", | ||
], | ||
"anyio": [ | ||
"anyio", | ||
], | ||
"async-timeout": [ | ||
"async_timeout", | ||
], | ||
"attrs": [ | ||
"attr", | ||
"attrs", | ||
], | ||
"certifi": [ | ||
"certifi", | ||
], | ||
"charset-normalizer": [ | ||
"charset_normalizer", | ||
], | ||
"distro": [ | ||
"distro", | ||
], | ||
"fastapi": [ | ||
"fastapi", | ||
], | ||
"frozenlist": [ | ||
"frozenlist", | ||
], | ||
"h11": [ | ||
"h11", | ||
], | ||
"hashlib": [ | ||
"_hashlib", | ||
], | ||
"httpcore": [ | ||
"httpcore", | ||
], | ||
"httpx": [ | ||
"httpx", | ||
], | ||
"idna": [ | ||
"idna", | ||
], | ||
"jsonpatch": [ | ||
"jsonpatch", | ||
], | ||
"jsonpointer": [ | ||
"jsonpointer", | ||
], | ||
"langchain": [ | ||
"langchain", | ||
], | ||
"langchain-core": [ | ||
"langchain_core", | ||
"langchain_core.callbacks", | ||
"langchain_core.language_models.llms", | ||
"langchain_core.output_parsers", | ||
"langchain_core.prompts", | ||
], | ||
"langchain_openai": [ | ||
"langchain_openai", | ||
"langchain_openai.chat_models.base", | ||
], | ||
"langsmith": [ | ||
"langsmith", | ||
"langsmith.client", | ||
], | ||
"lzma": [ | ||
"_lzma", | ||
"lzma", | ||
], | ||
"micropip": [ | ||
"micropip", | ||
], | ||
"multidict": [ | ||
"multidict", | ||
], | ||
"numpy": [ | ||
"numpy", | ||
], | ||
"openai": [ | ||
"openai", | ||
], | ||
"packaging": [ | ||
"packaging", | ||
], | ||
"pydantic": [ | ||
"pydantic", | ||
], | ||
"pydantic_core": [ | ||
"pydantic_core", | ||
], | ||
"pydecimal": [ | ||
"_pydecimal", | ||
], | ||
"pydoc_data": [ | ||
"pydoc_data", | ||
], | ||
"pyyaml": [ | ||
"_yaml", | ||
"yaml", | ||
], | ||
"regex": [ | ||
"regex", | ||
], | ||
"requests": [ | ||
"requests", | ||
], | ||
"six": [ | ||
"six", | ||
], | ||
"sniffio": [ | ||
"sniffio", | ||
], | ||
"sqlite3": [ | ||
"_sqlite3", | ||
"sqlite3", | ||
], | ||
"ssl": [ | ||
"_ssl", | ||
"ssl", | ||
], | ||
"starlette": [ | ||
"starlette", | ||
"starlette.applications", | ||
"starlette.authentication", | ||
"starlette.background", | ||
"starlette.concurrency", | ||
"starlette.config", | ||
"starlette.convertors", | ||
"starlette.datastructures", | ||
"starlette.endpoints", | ||
"starlette.exceptions", | ||
"starlette.formparsers", | ||
"starlette.middleware", | ||
"starlette.middleware.base", | ||
"starlette.requests", | ||
"starlette.responses", | ||
"starlette.routing", | ||
"starlette.schemas", | ||
], | ||
"tenacity": [ | ||
"tenacity", | ||
], | ||
"tiktoken": [ | ||
"tiktoken", | ||
"tiktoken_ext", | ||
], | ||
"typing-extensions": [ | ||
"typing_extensions", | ||
], | ||
"urllib3": [ | ||
"urllib3", | ||
], | ||
"yarl": [ | ||
"yarl", | ||
], | ||
} |
Oops, something went wrong.