Skip to content

Commit ff81450

Browse files
authored
Add protobuf dep to fireci (#3721)
* Add protobuf dep to fireci. * Use version 3.19
1 parent 4728a4e commit ff81450

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/fireci/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@
2525
name='fireci',
2626
version='0.1',
2727
install_requires=[
28+
'protobuf==3.19',
2829
'click==7.0',
29-
'google-cloud-storage==1.38.0',
30+
'google-cloud-storage==1.44.0',
3031
'numpy==1.19.5',
3132
'PyGithub==1.43.8',
3233
'pystache==0.5.4',
3334
'requests==2.23.0',
34-
'PyYAML==5.4.1',
35+
'PyYAML==6.0.0',
3536
],
3637
packages=find_packages(exclude=['tests']),
3738
entry_points={

0 commit comments

Comments
 (0)