Skip to content

Commit

Permalink
Updated setup.py and requirements.txt to fix installation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ivbeg committed Jan 30, 2022
1 parent 563d938 commit d166540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def long_description():
extras_require=extras_require,
install_requires=install_requires,
tests_require=tests_require,
python_requires='>=3.8',
cmdclass={'test': PyTest},
zip_safe=False,
keywords='json jsonl csv bson cli dataset',
Expand Down

0 comments on commit d166540

Please sign in to comment.