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 1da4193 commit 2eb1bfaCopy full SHA for 2eb1bfa
cli/setup.py
@@ -45,11 +45,12 @@ def read(fname):
45
],
46
extras_require={
47
"streaming": [
48
- "google-cloud-pubsub==2.1.0",
49
- "google-cloud-storage==1.33.0",
50
- "pg8000==1.13.2",
51
- "sqlalchemy==1.3.13",
52
- "timeout-decorator==0.4.1",
+ "google-cloud-pubsub==2.13.5",
+ "google-cloud-storage==1.44.0",
+ "pg8000==1.29.3",
+ "pytz==2022.1",
+ "sqlalchemy==1.3.24",
53
+ "timeout-decorator==0.5.0",
54
55
},
56
entry_points={
0 commit comments