Skip to content

Commit

Permalink
Lock IA to 4.1.0, Lift min py to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vxbinaca committed Nov 8, 2024
1 parent bde866c commit a769ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name = "tubeup"
dynamic = ["version"]
description = "VOD service to Archive.org uploader"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {file = "LICENSE"}
dependencies = [
"internetarchive<5.0.0",
"internetarchive==4.1.0",
"docopt==0.6.2",
"yt-dlp",
]
Expand Down

0 comments on commit a769ea7

Please sign in to comment.