mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 10:17:23 -05:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"files": {
|
|
"https://raw.githubusercontent.com/ntoll/upytest/1.0.9/upytest.py": "",
|
|
"./tests/test_config.py": "tests/test_config.py",
|
|
"./tests/test_current_target.py": "tests/test_current_target.py",
|
|
"./tests/test_display.py": "tests/test_display.py",
|
|
"./tests/test_document.py": "tests/test_document.py",
|
|
"./tests/test_fetch.py": "tests/test_fetch.py",
|
|
"./tests/test_ffi.py": "tests/test_ffi.py",
|
|
"./tests/test_media.py": "tests/test_media.py",
|
|
"./tests/test_js_modules.py": "tests/test_js_modules.py",
|
|
"./tests/test_storage.py": "tests/test_storage.py",
|
|
"./tests/test_running_in_worker.py": "tests/test_running_in_worker.py",
|
|
"./tests/test_web.py": "tests/test_web.py",
|
|
"./tests/test_websocket.py": "tests/test_websocket.py",
|
|
"./tests/test_events.py": "tests/test_events.py",
|
|
"./tests/test_window.py": "tests/test_window.py"
|
|
},
|
|
"js_modules": {
|
|
"main": {
|
|
"./example_js_module.js": "greeting"
|
|
},
|
|
"worker": {
|
|
"./example_js_worker_module.js": "greeting_worker"
|
|
}
|
|
},
|
|
"packages": ["Pillow" ],
|
|
"experimental_ffi_timeout": 0
|
|
}
|