chore: Update Python dependencies

This commit is contained in:
sebthom
2024-09-16 11:56:34 +02:00
parent 7f9046a26d
commit 6c5c1940e1
4 changed files with 242 additions and 200 deletions

View File

@@ -30,15 +30,14 @@ classifiers = [ # https://pypi.org/classifiers/
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python :: 3.10"
]
requires-python = ">=3.10,<3.13" # <3.12 required for pyinstaller
requires-python = ">=3.10,<3.13"
dependencies = [
"colorama",
"coloredlogs",
"nodriver @ git+https://github.com/ultrafunkamsterdam/nodriver.git",
"overrides",
"jaraco.text", # required by pkg_resources during runtime
"ruamel.yaml",
"psutil",
"pywin32; sys_platform == 'win32'",
"wcmatch",
"certifi>=2024.7.4",
]