Skip to content

Commit

Permalink
Merge pull request #11 from kieran-mackle/8-install-error
Browse files Browse the repository at this point in the history
build(pyproject.toml): added dependencies for pyarrow and fastparquet
  • Loading branch information
kieran-mackle authored Nov 1, 2024
2 parents 6dcecc7 + 3cdff41 commit 2ae749c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dependencies = [
'ccxt >= 4.0.112',
'pandas >= 2.1.1',
'aiolimiter >= 1.1.0',
'pyarrow',
'fastparquet',
]

[project.optional-dependencies]
Expand Down

0 comments on commit 2ae749c

Please sign in to comment.