Skip to content

Commit d9c2502

Browse files
committed
chore: add cloud tasks dev dependency for samples
1 parent 14d12a8 commit d9c2502

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

samples/basic_tasks/functions/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
# git+https://github.com/firebase/firebase-functions-python.git@main#egg=firebase-functions
77

88
firebase-admin >= 6.0.1
9+
google-cloud-tasks >= 2.13.1

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
dev_requires = [
2727
'pytest>=7.1.2', 'setuptools>=63.4.2', 'pylint>=2.16.1',
2828
'pytest-cov>=3.0.0', 'mypy>=1.0.0', 'sphinx>=6.1.3',
29-
'sphinxcontrib-napoleon>=0.7', 'yapf>=0.32.0', 'toml>=0.10.2'
29+
'sphinxcontrib-napoleon>=0.7', 'yapf>=0.32.0', 'toml>=0.10.2',
30+
'google-cloud-tasks>=2.13.1'
3031
]
3132

3233
setup(

0 commit comments

Comments
 (0)