2019-05-03 17:43:31 +00:00
|
|
|
package:
|
|
|
|
name: micropip
|
|
|
|
version: "0.1"
|
2022-04-14 13:22:07 +00:00
|
|
|
_tag: pyodide.stdlib
|
2019-05-03 17:43:31 +00:00
|
|
|
requirements:
|
|
|
|
run:
|
2021-04-14 18:15:31 +00:00
|
|
|
- pyparsing
|
|
|
|
- packaging
|
2021-07-29 16:25:18 +00:00
|
|
|
- distutils # TODO: remove once there is a release with https://github.com/pypa/packaging/pull/396
|
2019-07-08 18:37:22 +00:00
|
|
|
source:
|
2021-07-29 16:25:18 +00:00
|
|
|
path: src
|
2019-05-03 17:43:31 +00:00
|
|
|
test:
|
|
|
|
imports:
|
2021-07-29 16:25:18 +00:00
|
|
|
- micropip
|