Skip to content

Commit 231d583

Browse files
authored
Merge pull request #101 from TimNooren/fix_dependencies
Fix dependencies
2 parents e25a7a9 + c2de97f commit 231d583

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

airflow/requirements_airflow.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
discord-webhook==0.14.0
66
eth-rlp==0.2.1 # Fixes install conflicts issue in Composer
7-
polygon-etl==0.2.1
7+
eth-utils==1.8.4 # Fixes install conflicts issue in Composer
8+
polygon-etl==0.2.2

cli/setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name="polygon-etl",
14-
version="0.2.1",
14+
version="0.2.2",
1515
author="Evgeny Medvedev",
1616
author_email="[email protected]",
1717
description="Tools for exporting Polygon blockchain data to CSV or JSON",
@@ -46,6 +46,7 @@ def read(fname):
4646
extras_require={
4747
"streaming": [
4848
"google-cloud-pubsub==2.1.0",
49+
"pytz", # See https://github.com/googleapis/python-pubsub/issues/468
4950
"google-cloud-storage==1.33.0",
5051
"pg8000==1.13.2",
5152
"sqlalchemy==1.3.13",

0 commit comments

Comments
 (0)