mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
22 lines
471 B
JSON
22 lines
471 B
JSON
{
|
|
"_meta": {
|
|
"hash": {
|
|
"sha256": "5866990104fc8f27d13cdf01abc2a32c553129e03f666316cacc5b42d3e0884e"
|
|
},
|
|
"requires": {
|
|
"python_version": "3.6"
|
|
},
|
|
"sources": [
|
|
{
|
|
"url": "https://pypi.python.org/simple",
|
|
"verify_ssl": true
|
|
}
|
|
]
|
|
},
|
|
"default": {
|
|
"requests": {
|
|
"version": "==2.13.0"
|
|
}
|
|
},
|
|
"develop": {}
|
|
} |