Initial commit: Lunch Notifier source from server

This commit is contained in:
mattie726 2026-08-25 22:53:07 -07:00 committed by Barely Removable
commit b568287528
9 changed files with 878 additions and 0 deletions

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
flask==3.1.0
requests==2.32.3
schedule==1.2.2