Skip to content

Commit

Permalink
Loosen version requirements to compatibility operator ~= (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasschwab authored Jun 22, 2024
1 parent 87c12df commit 4eac1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
feedparser==6.0.10
requests==2.32.0
feedparser~=6.0.10
requests~=2.32.0

# Development dependencies
pytest>=6.2.2
Expand Down

0 comments on commit 4eac1c1

Please sign in to comment.