-
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
/
Copy pathpdm.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.16.0"
requires_python = ">=3.9"
summary = "Backported and Experimental Type Hints for Python 3.9+"
groups = ["default"]
files = [
{file = "typing_extensions-4.16.0-py3-none-any.whl", hash = "sha256:481caa481374e813c1b176ada14e97f1f67a4539ce9cfeb3f350d78d6370c2e8"},
{file = "typing_extensions-4.16.0.tar.gz", hash = "sha256:dc983d19a509c94dba722ee6abd33940f7c05a89e243c47e907eb4db6f1a43e5"},
]