Update pyproject.toml

Forgot to resolve dependencies. Updated - should work now.
This commit is contained in:
chu23465 2025-04-03 17:01:25 +05:30 committed by GitHub
parent 4c82b3a29e
commit 4b4ed735ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ description = 'Playready DRM downloader and decrypter'
authors = [] authors = []
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.9"
appdirs = "^1.4.4" appdirs = "^1.4.4"
beautifulsoup4 = "~4.8.2" beautifulsoup4 = "~4.8.2"
click = "^8.0.1" click = "^8.0.1"