pin package versions
All checks were successful
Python tests / tests (push) Successful in 2m18s

This commit is contained in:
2026-02-05 22:54:24 +01:00
parent 3b16503cf6
commit 4408887355
3 changed files with 14 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
# data acquisition and web scraping
selenium
beautifulsoup4
selenium>=4.40.0,<5
beautifulsoup4>=4.14.3,<5
# audio processing
openai-whisper
openai-whisper>=20250625,<20260000
# for sending results to webhook
requests
requests>=2.32.5,<3