Skip to content

Commit

Permalink
add pyyaml, pipfile and lock requirement.txt with hash (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored and jlewi committed Feb 15, 2018
1 parent 047c2c4 commit 8ac5729
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 42 deletions.
54 changes: 54 additions & 0 deletions images/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

astroid = "==1.6.1"
cachetools = "==2.0.1"
certifi = "==2018.1.18"
chardet = "==3.0.4"
crcmod = "==1.7"
google-api-core = "==0.1.4"
google-api-python-client = "==1.6.5"
google-auth = "==1.4.0"
"google-auth-httplib2" = "==0.0.3"
google-cloud-core = "==0.28.0"
google-cloud-storage = "==1.7.0"
google-resumable-media = "==0.3.1"
googleapis-common-protos = "==1.5.3"
"httplib2" = "==0.10.3"
idna = "==2.6"
ipaddress = "==1.0.19"
isort = "==4.3.3"
"jinja2" = "==2.10"
kubernetes = "==4.0.0"
lazy-object-proxy = "==1.3.1"
markupsafe = "==1.0"
mccabe = "==0.6.1"
mock = "==2.0.0"
"oauth2client" = "==4.1.2"
oauthlib = "==2.0.6"
pbr = "==3.1.1"
protobuf = "==3.5.1"
"pyasn1" = "==0.4.2"
"pyasn1-modules" = "==0.2.1"
pylint = "==1.8.2"
python-dateutil = "==2.6.1"
pytz = "==2017.3"
pyyaml = "*"
requests = "==2.18.4"
requests-oauthlib = "==0.8.0"
retrying = "==1.3.3"
rsa = "==3.4.2"
uritemplate = "==3.0.0"
"urllib3" = "==1.22"
websocket-client = "==0.40.0"
wrapt = "==1.10.11"


[dev-packages]

Loading

0 comments on commit 8ac5729

Please sign in to comment.