some linting, a little var renaming
This commit is contained in:
53
Pipfile
Normal file
53
Pipfile
Normal file
@@ -0,0 +1,53 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
appnope = "==0.1.0"
|
||||
certifi = "==2017.4.17"
|
||||
chardet = "==3.0.4"
|
||||
click = "==6.7"
|
||||
decorator = "==4.0.11"
|
||||
falcon = "==1.2.0"
|
||||
future = "==0.16.0"
|
||||
google-api-python-client = "==1.6.2"
|
||||
httplib2 = "==0.10.3"
|
||||
hug = "==2.3.0"
|
||||
idna = "==2.6"
|
||||
ipython = "==6.1.0"
|
||||
itsdangerous = "==0.24"
|
||||
jedi = "==0.10.2"
|
||||
oauth2client = "==4.1.1"
|
||||
parsedatetime = "==2.4"
|
||||
parso = "==0.1.0"
|
||||
pexpect = "==4.2.1"
|
||||
pickleshare = "==0.7.4"
|
||||
ptyprocess = "==0.5.1"
|
||||
pyasn1 = "==0.2.3"
|
||||
pyasn1-modules = "==0.0.9"
|
||||
python-mimeparse = "==1.6.0"
|
||||
pytz = "==2017.2"
|
||||
requests = "==2.18.4"
|
||||
rsa = "==3.4.2"
|
||||
simplegeneric = "==0.8.1"
|
||||
six = "==1.10.0"
|
||||
traitlets = "==4.3.2"
|
||||
twilio = "==6.8.1"
|
||||
uritemplate = "==3.0.0"
|
||||
urllib3 = "==1.21.1"
|
||||
wcwidth = "==0.1.7"
|
||||
Flask = "==0.12.2"
|
||||
ipython_genutils = "==0.2.0"
|
||||
Jinja2 = "==2.9.6"
|
||||
MarkupSafe = "==1.0"
|
||||
prompt_toolkit = "==1.0.14"
|
||||
Pygments = "==2.2.0"
|
||||
PyJWT = "==1.5.0"
|
||||
PySocks = "==1.6.7"
|
||||
Werkzeug = "==0.12.2"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
Reference in New Issue
Block a user