Skip to content

Commit

Permalink
Merge pull request #1807 from ranaroussi/feature/optional-reqs-min-ve…
Browse files Browse the repository at this point in the history
…rsions

Set sensible min versions for optional 'nospam' reqs
  • Loading branch information
ValueRaider committed Dec 31, 2023
2 parents 5195c3a + 112b297 commit c053e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
'frozendict>=2.3.4', 'peewee>=3.16.2',
'beautifulsoup4>=4.11.1', 'html5lib>=1.1'],
extras_require={
'nospam': ['requests_cache>=1.1.1', 'requests_ratelimiter>=0.4.2'],
'nospam': ['requests_cache>=1.0', 'requests_ratelimiter>=0.3.1'],
'repair': ['scipy>=1.6.3'],
},
# Note: Pandas.read_html() needs html5lib & beautifulsoup4
Expand Down

0 comments on commit c053e2c

Please sign in to comment.