8000 updated dependency versions · thadchas/cloud-functions-python@79f619a · GitHub
[go: up one dir, main page]

Skip to content

Commit 79f619a

Browse files
committed
updated dependency versions
1 parent 29ca12a commit 79f619a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
'Programming Language :: Python :: 3.5',
2222
],
2323
install_requires=[
24-
'pyinstaller==3.2.1',
24+
'pyinstaller==3.3.1',
2525
'python-dateutil==2.6.0',
2626
'werkzeug==0.12',
2727
'django==1.11.1',
2828
'six==1.10.0',
2929
'Jinja2==2.9.6',
3030
'pyspin==1.1.1',
31-
'google-auth==1.0.1',
31+
'google-auth==1.3.1',
3232
],
3333
include_package_data=True,
3434
packages=['cloudfn'],

0 commit comments

Comments
 (0)
0