35 lines
676 B
Plaintext
35 lines
676 B
Plaintext
[[package]]
|
|
name = "demo"
|
|
version = "0.1.0"
|
|
description = ""
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
[[package.files]]
|
|
file = "demo-0.1.0-py2.py3-none-any.whl"
|
|
hash = "sha256:70e704135718fffbcbf61ed1fc45933cfd86951a744b681000eaaa75da31f17a"
|
|
|
|
[package.source]
|
|
type = "file"
|
|
url = "tests/fixtures/distributions/demo-0.1.0-py2.py3-none-any.whl"
|
|
|
|
[package.dependencies]
|
|
pendulum = ">=1.4.4"
|
|
|
|
[package.extras]
|
|
bar = ["tomlkit"]
|
|
foo = ["cleo"]
|
|
|
|
[[package]]
|
|
name = "pendulum"
|
|
version = "1.4.4"
|
|
description = ""
|
|
optional = false
|
|
python-versions = "*"
|
|
files = []
|
|
|
|
[metadata]
|
|
python-versions = "*"
|
|
lock-version = "2.0"
|
|
content-hash = "123456789"
|