dream2nix/specifications/dream-lock-example.json
2021-09-23 11:05:25 +01:00

39 lines
889 B
JSON

{
"sources": {
"requests": {
"url": "https://download.pypi.org/requests/2.28.0",
"hash": "000000000000000000000000000000000000000",
"version": "1.2.3",
"type": "fetchurl"
},
"certifi": {
"url": "https://download.pypi.org/certifi/2.0",
"hash": "000000000000000000000000000000000000000",
"version": "2.3.4",
"type": "fetchurl"
}
},
"generic": {
"buildSystem": "python",
"translatedBy": "python.pure.poetry",
"translatorParams": "--flag_application",
"mainPackage": "requests",
"dependencyCyclesRemoved": true,
"dependencyGraph": {
"requests": [
"certifi"
]
},
"sourcesCombinedHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
},
"buildSystem": {
"pythonAttr": "python38",
"sourceFormats": {
"requests": "sdist",
"certifi": "wheel"
}
}
}