-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathuv.lock
More file actions
23 lines (19 loc) · 816 Bytes
/
uv.lock
File metadata and controls
23 lines (19 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-FileCopyrightText: 2024 Ludwig Hülk <https://github.com/Ludee> © Reiner Lemoine Institut
# SPDX-FileCopyrightText: super-repo v0.5.0 <https://github.com/rl-institut/super-repo>
# SPDX-License-Identifier: MIT
version = 1
requires-python = ">=3.10"
[[package]]
name = "stringcase"
version = "1.2.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/f3/1f/1241aa3d66e8dc1612427b17885f5fcd9c9ee3079fc0d28e9a3aeeb36fa3/stringcase-1.2.0.tar.gz", hash = "sha256:48a06980661908efe8d9d34eab2b6c13aefa2163b3ced26972902e3bdfd87008", size = 2958 }
[[package]]
name = "oemetadata"
version = "2.0.4"
source = { editable = "." }
dependencies = [
{ name = "stringcase" },
]
[package.metadata]
requires-dist = [{ name = "stringcase", specifier = "~=1.2.0" }]