Files
TwitchDropsMiner/requirements.txt
2023-10-14 17:49:38 +02:00

10 lines
299 B
Plaintext

aiohttp>2.0,<4.0
Pillow<10.0
pystray
PyGObject; sys_platform == "linux" # required for better system tray support on Linux
# selenium-wire
# undetected-chromedriver
# this is installed only on windows
pywin32; sys_platform == "win32"
truststore; sys_platform == "linux" and python_version >= "3.10"