Created
September 10, 2021 07:00
-
-
Save matbur/f03ad49ae6c3abb4922c07783d6da4c0 to your computer and use it in GitHub Desktop.
pipenv
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
[[source]] | |
url = "https://pypi.python.org/simple" | |
verify_ssl = true | |
name = "pypi" | |
[packages] | |
requests = "*" | |
[dev-packages] | |
[requires] | |
python_version = "3.9" |
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": "42c366117ebdeb6a935fdf033215667c542d97eb39e2c2ab403fa2de23b6e975" | |
}, | |
"pipfile-spec": 6, | |
"requires": { | |
"python_version": "3.9" | |
}, | |
"sources": [ | |
{ | |
"name": "pypi", | |
"url": "https://pypi.python.org/simple", | |
"verify_ssl": true | |
} | |
] | |
}, | |
"default": { | |
"certifi": { | |
"hashes": [ | |
"sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee", | |
"sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8" | |
], | |
"version": "==2021.5.30" | |
}, | |
"charset-normalizer": { | |
"hashes": [ | |
"sha256:0c8911edd15d19223366a194a513099a302055a962bca2cec0f54b8b63175d8b", | |
"sha256:f23667ebe1084be45f6ae0538e4a5a865206544097e4e8bbcacf42cd02a348f3" | |
], | |
"markers": "python_version >= '3'", | |
"version": "==2.0.4" | |
}, | |
"idna": { | |
"hashes": [ | |
"sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a", | |
"sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3" | |
], | |
"markers": "python_version >= '3'", | |
"version": "==3.2" | |
}, | |
"requests": { | |
"hashes": [ | |
"sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24", | |
"sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" | |
], | |
"index": "pypi", | |
"version": "==2.26.0" | |
}, | |
"urllib3": { | |
"hashes": [ | |
"sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4", | |
"sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f" | |
], | |
"version": "==1.26.6" | |
} | |
}, | |
"develop": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment