Skip to content

Commit da166f2

Browse files
michael-boothcarlosalberto
authored andcommitted
Declare protobuf as a dependency (#59)
1 parent 2db0951 commit da166f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
'six',
1313
'basictracer>=3.0,<3.1',
1414
'googleapis-common-protos==1.5.3',
15-
'requests>=2.19,<3.0'],
15+
'requests>=2.19,<3.0',
16+
'protobuf>=3.6.0,<4.0'],
1617
tests_require=['pytest',
1718
'sphinx',
1819
'sphinx-epytext'],

0 commit comments

Comments
 (0)