Skip to content

Commit

Permalink
fix(requirements.txt): update requirement to fix pypi deployment
Browse files Browse the repository at this point in the history
Solves #1308

As described on linked issue, the problem may be solved by using packaging=24.2 and twine=6.10
  • Loading branch information
grossir committed Jan 23, 2025
1 parent 0ac6c1a commit b8f2431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ python-dateutil>=2.8.2
requests>=2.20.0
selenium>=4.9.1
tldextract
packaging>=24.2
twine>=6.10

0 comments on commit b8f2431

Please sign in to comment.