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 a149f8b commit 3e456b8Copy full SHA for 3e456b8
setup.py
@@ -20,7 +20,7 @@
20
install_requires = [
21
'flask>=2.1.2', 'functions-framework>=3.0.0', 'firebase-admin>=6.0.0',
22
'pyyaml>=6.0', 'typing-extensions>=4.4.0', 'cloudevents==1.9.0',
23
- 'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0', 'google-events>=0.5.0',
+ 'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0', 'google-events==0.5.0',
24
'google-cloud-firestore>=2.11.0'
25
]
26
0 commit comments