We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d92819 commit c5cd99aCopy full SHA for c5cd99a
setup.py
@@ -11,7 +11,7 @@
11
with open('HISTORY.rst') as history_file:
12
history = history_file.read()
13
14
-requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf', 'grpcio', 'google-api-python-client']
+requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf==3.19.4', 'grpcio', 'google-api-python-client']
15
16
# removed in 0.7.1 test_requirements = ['pytest']
17
0 commit comments