-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdm.lock
More file actions
37 lines (33 loc) · 1.29 KB
/
pdm.lock
File metadata and controls
37 lines (33 loc) · 1.29 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
# This file is @generated by PDM.
# It is not intended for manual editing.
[metadata]
groups = ["default"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:f0088c5fcabe79e9344fb9c98f013e4bdd028c31e10bec31cc465bbe8e7bce33"
[[metadata.targets]]
requires_python = ">=3.10"
[[package]]
name = "pysource-codegen"
version = "0.7.1"
requires_python = ">=3.8"
summary = "generate random python code to test linter/formatter/and other tools"
groups = ["default"]
dependencies = [
"astunparse>=1.6.3; python_version < \"3.9\"",
"typing-extensions>=4.7.1",
]
files = [
{file = "pysource_codegen-0.7.1-py3-none-any.whl", hash = "sha256:099e00d587a59babacaff902ad0b6d5b2f7344648c1e0baa981b30cc11a5c363"},
{file = "pysource_codegen-0.7.1.tar.gz", hash = "sha256:1a72d29591a9732fa9a66ee4976307081e56dd8991231b19a0bddf87a31d4c8e"},
]
[[package]]
name = "typing-extensions"
version = "4.15.0"
requires_python = ">=3.9"
summary = "Backported and Experimental Type Hints for Python 3.9+"
groups = ["default"]
files = [
{file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"},
{file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"},
]