Skip to content

Commit 0e5c894

Browse files
committed
fix: use specifically 0.5.0 google-events as breaking api changes with >=
1 parent a149f8b commit 0e5c894

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

devreqs.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
flask>=2.1.2
2+
functions-framework>=3.0.0
3+
firebase-admin>=6.0.0
4+
pyyaml>=6.0
5+
typing-extensions>=4.4.0
6+
cloudevents==1.9.0
7+
flask-cors>=3.0.10
8+
pyjwt[crypto]>=2.5.0
9+
google-events==0.5.0
10+
google-cloud-firestore>=2.11.0
11+
pytest>=7.1.2
12+
setuptools>=63.4.2
13+
pylint>=2.16.1
14+
pytest-cov>=3.0.0
15+
mypy>=1.0.0
16+
sphinx>=6.1.3
17+
sphinxcontrib-napoleon>=0.7
18+
yapf>=0.32.0
19+
toml>=0.10.2
20+
google-cloud-tasks>=2.13.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
install_requires = [
2121
'flask>=2.1.2', 'functions-framework>=3.0.0', 'firebase-admin>=6.0.0',
2222
'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',
23+
'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0', 'google-events==0.5.0',
2424
'google-cloud-firestore>=2.11.0'
2525
]
2626

0 commit comments

Comments
 (0)