that initial commit

This commit is contained in:
2025-11-18 19:21:31 -07:00
commit a68fd570c7
69 changed files with 31070 additions and 0 deletions

20
requirements.txt Normal file
View File

@@ -0,0 +1,20 @@
# StarPunk Production Dependencies
# Python 3.11+ required
# Web Framework
Flask==3.0.*
# Content Processing
markdown==3.5.*
# Feed Generation
feedgen==1.0.*
# HTTP Client (for IndieAuth)
httpx==0.27.*
# Configuration Management
python-dotenv==1.0.*
# Testing Framework
pytest==8.0.*