-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuv.lock
26 lines (23 loc) · 1.92 KB
/
uv.lock
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
version = 1
requires-python = ">=3.10"
[[package]]
name = "pysail"
version = "0.2.1"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/af/4a/40fcfa537a91d3f3b2aa3b7d67690eae257f63c968ca6d38ed241fc730d5/pysail-0.2.1.tar.gz", hash = "sha256:b7b0c8fe2feaee198daf64c387233e2901a9b91b43a436f60cbdab3bdaec5b7b", size = 558662 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/da/bb/617218cce35d1f4aae9d1b0dea379d18f520c94525152c71ad51072d5026/pysail-0.2.1-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:43d2502e4cb9a5c8695db5284f31c144ad432e613febc4f86ce88d3628b73f6b", size = 31635915 },
{ url = "https://files.pythonhosted.org/packages/4d/2e/d79ccd5543f0ff61b643befbd63a38ea6a8a7035c5e2a7967e982c2fb99d/pysail-0.2.1-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:12e7ead73872afe7d08e75e73b503e8a1461d4f47ea5223f891cf667b188e995", size = 28676974 },
{ url = "https://files.pythonhosted.org/packages/c5/f3/5cf684f57e73d6df34b8918bdb39096d8f700ac1be7bc73d931bacf2a2f9/pysail-0.2.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:38e0bb44081948e0431f7753f1427e89f6275510686562d34c259e33471e0bb1", size = 32139189 },
{ url = "https://files.pythonhosted.org/packages/11/d0/a835963035a744b92e1270af13c03615e3a80302bd2dba8c724206233b08/pysail-0.2.1-cp38-abi3-manylinux_2_24_aarch64.whl", hash = "sha256:d24532adc69ee1a113916d067a272e9039b3f062d7d18e73fe1ece5585750a0d", size = 30964367 },
{ url = "https://files.pythonhosted.org/packages/95/95/b71ce6a9e3029e8595572cb5893b32637c1d4d3cb51fd4369befcea4aa94/pysail-0.2.1-cp38-abi3-win_amd64.whl", hash = "sha256:3f46e402f967e68a9de0f039296e677416308a911ff8e8d1fac0b772f1ec4ed6", size = 31680884 },
]
[[package]]
name = "sail-connect-rs"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "pysail" },
]
[package.metadata]
requires-dist = [{ name = "pysail", specifier = ">=0.2.1" }]