-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathpoetry.lock
More file actions
97 lines (80 loc) · 2.06 KB
/
poetry.lock
File metadata and controls
97 lines (80 loc) · 2.06 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Sourced from git repository
[[package]]
category = "some_other_category"
description = "some package with git source"
name = "pkgWithGitSource"
optional = false
python-versions = "*"
version = "5.22.0.post0"
[package.source]
reference = "v1.1.1"
resolved_reference = "598ac"
type = "git"
url = "https://github.com/someUser/pkgWithGitSource.git"
# Sourced from local directory
[[package]]
category = "main"
description = "some package two"
name = "pkgSourcedFromFile"
optional = false
python-versions = "*"
version = "1.21.0"
[package.source]
type = "file"
url = "pkgTwo-1.21.0.tar.gz"
# Sourced from url
[[package]]
description = "some package three"
name = "pkgSourcedFromUrl"
optional = false
python-versions = "*"
version = "3.92.1"
[package.source]
type = "url"
url = "https://some-url.com/some-dir/pkgThree-3.92.1.tar.gz"
[[package]]
description = "some package one"
name = "pkgOne"
optional = false
python-versions = ">=3.7"
version = "1.21.0"
[package.dependencies]
pkgOneChildofOne = "*"
pkgThreeChildofOne = [
{version = ">=1.0,<2.0", markers = "platform_system != \"Windows\""},
{version = ">=1.6,<2.0", markers = "platform_system == \"Windows\""},
]
pkgTwoChildofOne = {version = "5.4", markers = "extra == \"idna2008\""}
# Resolved dependencies of pkgOne
[[package]]
description = "description of pkgOneChildofOne"
name = "pkgOneChildofOne"
optional = false
python-versions = "*"
version = "11.4"
[[package]]
description = "description of pkgTwoChildofOne"
name = "pkgTwoChildofOne"
optional = false
python-versions = "*"
version = "5.4"
[[package]]
description = "description of pkgThreeChildofOne"
name = "pkgThreeChildofOne"
optional = false
python-versions = "*"
version = "1.6.1"
[[package]]
description = "A small example package"
name = "myprivatepkg"
optional = false
python-versions = ">=3.6"
version = "0.0.1"
[package.source]
reference = 'gitlab'
type = "legacy"
url = "https://gitlab.com/api/v4/projects/packages/pypi/simple"
[metadata]
content-hash = "cf14fd7e0a1a1c6c5a1ee9afe16d0abaaac531ab9d84ad3d1d5276634aa35687"
lock-version = "1.1"
python-versions = "^3.8"