Last active
May 27, 2017 17:36
-
-
Save erinxocon/c716d2b508117ed23fd5683d1620d7a8 to your computer and use it in GitHub Desktop.
Requests with and without deps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_meta": { | |
"hash": { | |
"sha256": "da2810af0c3b5333e0de2fce9bea2a228812e2014e5f5fe3b1c533badc6c24e4" | |
}, | |
"requires": {}, | |
"sources": [ | |
{ | |
"url": "https://pypi.python.org/simple", | |
"verify_ssl": true | |
} | |
] | |
}, | |
"default": { | |
"certifi": { | |
"version": "==2017.4.17" | |
}, | |
"chardet": { | |
"version": "==3.0.3" | |
}, | |
"idna": { | |
"version": "==2.5" | |
}, | |
"requests": { | |
"version": "==2.16.0" | |
}, | |
"urllib3": { | |
"version": "==1.21.1" | |
} | |
}, | |
"develop": {} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_meta": { | |
"hash": { | |
"sha256": "871c591d1cd9ee7dc3704625bbcc5f15d09c7c43d4886aae74aba857bb6fa239" | |
}, | |
"requires": {}, | |
"sources": [ | |
{ | |
"url": "https://pypi.python.org/simple", | |
"verify_ssl": true | |
} | |
] | |
}, | |
"default": { | |
"Flask": { | |
"version": "==0.12.2" | |
}, | |
"Jinja2": { | |
"version": "==2.9.6" | |
}, | |
"MarkupSafe": { | |
"version": "==1.0" | |
}, | |
"Werkzeug": { | |
"version": "==0.12.2" | |
}, | |
"click": { | |
"version": "==6.7" | |
}, | |
"itsdangerous": { | |
"version": "==0.24" | |
}, | |
"requests": { | |
"version": "==2.14.2" | |
} | |
}, | |
"develop": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment