Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshse7en committed Nov 3, 2024
1 parent 6e95a85 commit 7db3606
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ I built this tool to minimize NaN or empty values when scraping data from variou
- [news-please](https://pypi.org/project/news-please/)
- [newspaper3k](https://pypi.org/project/newspaper3k/)
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4/)
- [fake_useragent](https://pypi.org/project/fake-useragent/)
- [selenium](https://pypi.org/project/selenium/)
- [chromedriver-binary](https://pypi.org/project/chromedriver-binary/)
- [pandas](https://pypi.org/project/pandas/)

## Extracted Information

Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
setuptools==75.3.0
pandas==2.2.3
requests==2.32.3
bs4==0.0.2
beautifulsoup4==4.12.3
newspaper3k==0.2.8
news-please==1.6.13
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
url="https://santhoshse7en.github.io/news-fetch/",
keywords=keywords,
install_requires=[
'beautifulsoup4', 'pandas', 'selenium', 'news-please', 'newspaper3k',
'fake_useragent', 'chromedriver-binary', 'unidecode', 'cchardet'
'beautifulsoup4', 'selenium', 'requests', 'newspaper3k',
'news-please', 'Unidecode', 'twine', 'setuptools'
],
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit 7db3606

Please sign in to comment.