Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion airflow/requirements_airflow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

discord-webhook==0.14.0
eth-rlp==0.2.1 # Fixes install conflicts issue in Composer
polygon-etl==0.2.1
eth-utils==1.8.4 # Fixes install conflicts issue in Composer
polygon-etl==0.2.2
3 changes: 2 additions & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

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