-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuv.lock
More file actions
35 lines (31 loc) · 1.67 KB
/
Copy pathuv.lock
File metadata and controls
35 lines (31 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version = 1
revision = 3
requires-python = ">=3.14"
[[package]]
name = "javascript"
version = "1!1.2.6"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/1d/e5/782b7cfba2491e96ff463e24fadb4486ce2bc226f2071e493a9caa07f345/javascript-1!1.2.6.tar.gz", hash = "sha256:442e885b54dd9a6afe797dd6d5c3c575ec38da02a7d16749bf315aad0fa620c9", size = 38508, upload-time = "2025-09-25T11:15:44.411Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/95/4f/43e4b0bd6b76930e921cf5d9357cefb8ace9a2615bf53c05ff2e314ec434/javascript-1!1.2.6-py3-none-any.whl", hash = "sha256:0c68af196d450715bb74e9a25f11db67435070d91ceaff5ef28c4b4c95235ebf", size = 34802, upload-time = "2025-09-25T11:15:42.142Z" },
]
[[package]]
name = "minethon"
version = "0.4.11"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "javascript" },
]
sdist = { url = "https://files.pythonhosted.org/packages/e8/c3/7ea544930b1c5b448a67de9db014f46712879886d4a4bf81d661b10b160c/minethon-0.4.11.tar.gz", hash = "sha256:89d063424715785edb2b91052be95c9cdb9b3791f32cf995bbf538e9b763dd5e", size = 2386389, upload-time = "2026-07-31T04:10:54.1Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/a2/45/1250056596aa995ad91a39ea73dbe5e0ac487d378bae87b64ef0d9b163a1/minethon-0.4.11-py3-none-any.whl", hash = "sha256:5b430768449b70763628f8b9a7beb044c3381368116f9ef3ba252d2a11aa792b", size = 106630, upload-time = "2026-07-31T04:10:52.795Z" },
]
[[package]]
name = "python-workspace"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "minethon" },
]
[package.metadata]
requires-dist = [{ name = "minethon", specifier = ">=0.3.3" }]