Created
April 7, 2021 19:38
-
-
Save noize-e/e8468f1247cddaff3ddf8cba0d8a05ec to your computer and use it in GitHub Desktop.
Pipfile
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.org/simple" | |
verify_ssl = true | |
name = "pypi" | |
[packages] | |
pytz = "*" | |
pyexcel = "*" | |
requests = "*" | |
chardet = "*" | |
httplib2 = "*" | |
apiclient = "*" | |
passlib = "*" | |
bsddb3 = "*" | |
oauth2client = "*" | |
[dev-packages] | |
[requires] | |
python_version = "3.9" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment