scaffold: project structure, config, Flask app factory, test fixtures

Made-with: Cursor
This commit is contained in:
cottongin
2026-04-06 14:53:49 -04:00
commit 88e359069d
9 changed files with 138 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
Flask==3.1.*
Flask-SQLAlchemy==3.1.*
APScheduler==3.10.*
feedparser==6.0.*
ebooklib==0.18.*
beautifulsoup4==4.12.*
Pillow==11.*
requests==2.32.*
pytest==8.*