Skip to content

Commit

Permalink
Merge pull request #87 from cbowdon/master
Browse files Browse the repository at this point in the history
Loosen constraints on requests and bs4 versions
  • Loading branch information
ranahaani authored Apr 25, 2024
2 parents 7015316 + a350a48 commit 24f50a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
feedparser~=6.0.2
bs4~=0.0.1
beautifulsoup4~=4.9.3
beautifulsoup4>=4.9.3,<5
pymongo~=3.12.0
dnspython~=1.16.0
python-dotenv>=0.19.0
requests==2.26.0
requests>=2.26.0,<3

0 comments on commit 24f50a3

Please sign in to comment.