Skip to content

Commit

Permalink
fix: use specifically 0.5.0 google-events as breaking api changes wit…
Browse files Browse the repository at this point in the history
…h >=
  • Loading branch information
CorieW committed Dec 2, 2024
1 parent a149f8b commit 0e5c894
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions devreqs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
flask>=2.1.2
functions-framework>=3.0.0
firebase-admin>=6.0.0
pyyaml>=6.0
typing-extensions>=4.4.0
cloudevents==1.9.0
flask-cors>=3.0.10
pyjwt[crypto]>=2.5.0
google-events==0.5.0
google-cloud-firestore>=2.11.0
pytest>=7.1.2
setuptools>=63.4.2
pylint>=2.16.1
pytest-cov>=3.0.0
mypy>=1.0.0
sphinx>=6.1.3
sphinxcontrib-napoleon>=0.7
yapf>=0.32.0
toml>=0.10.2
google-cloud-tasks>=2.13.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
install_requires = [
'flask>=2.1.2', 'functions-framework>=3.0.0', 'firebase-admin>=6.0.0',
'pyyaml>=6.0', 'typing-extensions>=4.4.0', 'cloudevents==1.9.0',
'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',
'google-cloud-firestore>=2.11.0'
]

Expand Down

0 comments on commit 0e5c894

Please sign in to comment.