Skip to content

Commit

Permalink
Merge pull request #101 from TimNooren/fix_dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
TimNooren committed Dec 8, 2022
2 parents e25a7a9 + c2de97f commit 231d583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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="evge.medvedev@gmail.com",
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

0 comments on commit 231d583

Please sign in to comment.