-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pdm.lock
65 lines (59 loc) · 1.67 KB
/
pdm.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# This file is @generated by PDM.
# It is not intended for manual editing.
[metadata]
groups = ["default", "dev"]
cross_platform = true
static_urls = false
lock_version = "4.3"
content_hash = "sha256:08e744a9dafde75a9bf13ccee3213b74f85e5256bb2f06ad2f37054e565283d8"
[[package]]
name = "click"
version = "8.1.7"
requires_python = ">=3.7"
summary = "Composable command line interface toolkit"
dependencies = [
"colorama; platform_system == \"Windows\"",
]
files = [
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
]
[[package]]
name = "colorama"
version = "0.4.6"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
summary = "Cross-platform colored terminal text."
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
[[package]]
name = "pkg-core"
version = "0.1.0"
requires_python = ">=3.8"
editable = true
path = "./packages/pkg-core"
summary = "Core utilities"
dependencies = [
"click",
]
[[package]]
name = "pkg-first"
version = "0.1.0"
requires_python = ">=3.8"
editable = true
path = "./packages/pkg-first"
summary = "First package"
dependencies = [
"pkg-core",
]
[[package]]
name = "pkg-second"
version = "0.1.0"
requires_python = ">=3.8"
editable = true
path = "./packages/pkg-second"
summary = "Second package"
dependencies = [
"pkg-core",
]