Skip to content

Commit

Permalink
Require exact same FastWARC version
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Mar 11, 2022
1 parent 7d847b3 commit 0b0f473
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions resiliparse/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
ext_modules=resiliparse_extensions,
install_requires=[
'click',
'fastwarc',
'fastwarc==' + VERSION,
'tqdm'
],
setup_requires=['setuptools>=18.0'],
Expand All @@ -147,9 +147,13 @@
'pytest-cov'
],
extras_require={
"CLI": [
'CLI': [
'joblib'
],
'Beam': [
'apache_beam>=2.37.0',
'elasticsearch'
]
},
entry_points={
'console_scripts': ['resiliparse=resiliparse.cli:main[CLI]']
Expand Down

0 comments on commit 0b0f473

Please sign in to comment.