-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuv.lock
22 lines (19 loc) · 829 Bytes
/
uv.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version = 1
requires-python = ">=3.11"
[[package]]
name = "art"
version = "6.4"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/ee/6e/dc8dc5c2d99a171cb97a02b817c2dd8db3b33c53bdb29852ba2802676fd1/art-6.4.tar.gz", hash = "sha256:417fea674bff8cea7ed058291ad1b81a6032dfce5152f28e629fa4a798a2c14c", size = 670900 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/a1/15/727410b4f105e7e4e84632b8c0802beb93911b9a218838606050fa7ba15c/art-6.4-py3-none-any.whl", hash = "sha256:4e58b6f0a0bb8574efb311eff24bdd28bf889c0c526ccbbb5410c644340a301c", size = 608628 },
]
[[package]]
name = "python-template"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "art" },
]
[package.metadata]
requires-dist = [{ name = "art", specifier = ">=6.4" }]