mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
39 lines
889 B
JSON
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"
|
|
}
|
|
}
|
|
}
|