Skip to content

Commit

Permalink
Split out the dependencies into optional ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko Driesprong committed Mar 18, 2022
1 parent f04f5ff commit 3e0b053
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,11 @@ package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
pytz
retrying
mmh3
fastavro>=1.3.2<1.4.0
hmsclient==0.1.1
boto3
pyarrow
[options.extras_require]
dev = tox-travis==0.12; pytest

arrow =
pyarrow
dev=
tox-travis==0.12
pytest
[options.packages.find]
where = src

0 comments on commit 3e0b053

Please sign in to comment.