mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2025-12-16 20:04:16 -06:00
- Updated requirements.txt to include markdown and pyyaml, required by Apprise. - Modified build.py to explicitly install Apprise and its dependencies during the build process. - Updated huntarr.spec to include necessary Apprise modules for notification functionality.
11 lines
394 B
Plaintext
11 lines
394 B
Plaintext
Flask==3.0.0
|
|
requests==2.31.0
|
|
waitress==2.1.2
|
|
bcrypt==4.1.2
|
|
qrcode[pil]==7.4.2 # Added qrcode with PIL support
|
|
pyotp==2.9.0 # Added pyotp
|
|
pytz==2023.3 # Added for timezone support
|
|
pywin32==308; sys_platform == 'win32' # For Windows service support
|
|
apprise==1.6.0 # Added for notification support
|
|
markdown==3.4.3 # Required by apprise
|
|
pyyaml==6.0 # Required by apprise |