33 lines
598 B
Plaintext
33 lines
598 B
Plaintext
[[package]]
|
|
description = ""
|
|
name = "pendulum"
|
|
optional = false
|
|
python-versions = "*"
|
|
files = []
|
|
version = "1.4.4"
|
|
|
|
[[package]]
|
|
description = "This is a description"
|
|
develop = false
|
|
name = "project-with-extras"
|
|
optional = false
|
|
python-versions = "*"
|
|
files = []
|
|
version = "1.2.3"
|
|
|
|
[package.dependencies]
|
|
pendulum = {version = ">=1.4.4", optional = true}
|
|
|
|
[package.extras]
|
|
extras-a = ["pendulum (>=1.4.4)"]
|
|
extras-b = ["cachy (>=0.2.0)"]
|
|
|
|
[package.source]
|
|
type = "directory"
|
|
url = "tests/fixtures/project_with_extras"
|
|
|
|
[metadata]
|
|
content-hash = "123456789"
|
|
lock-version = "2.0"
|
|
python-versions = "*"
|