Skip to content

Commit e3e0f51

Browse files
authored
loosen the bs4 version requirement in setup.py
1 parent 38c4355 commit e3e0f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'html_table_extractor',
3838
],
3939
install_requires=[
40-
'beautifulsoup4==4.5.3',
40+
'beautifulsoup4>=4.0.0',
4141
],
4242
long_description=long_description,
4343
)

0 commit comments

Comments
 (0)