- Updated .gitignore to include additional IDE and OS files, as well as log and web build directories. - Expanded config.sample.yaml to include cache configuration options for memory and Redis. - Modified wallamonitor.py to load cache configuration and initialize ArticleCache. - Refactored QueueManager to utilize ArticleCache for tracking notified articles. - Improved logging setup to dynamically determine log file path based on environment.
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
python-telegram-bot==21.6
|
|
PyYAML==6.0.2
|
|
Requests==2.32.3
|
|
Pandas
|
|
redis==5.0.1 |