mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
chore: Update Python dependencies
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user