Skip to content

Instantly share code, notes, and snippets.

@erinxocon
Last active May 27, 2017 17:36
Show Gist options
  • Save erinxocon/c716d2b508117ed23fd5683d1620d7a8 to your computer and use it in GitHub Desktop.
Save erinxocon/c716d2b508117ed23fd5683d1620d7a8 to your computer and use it in GitHub Desktop.
Requests with and without deps
{
"_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": {}
}
{
"_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