Initial commit: Markov Economics Simulation App

This commit is contained in:
2025-08-24 19:12:50 +02:00
commit 26c82959a2
28 changed files with 3646 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
Flask>=2.0.0
Flask-SocketIO>=5.0.0
numpy>=1.21.0
matplotlib>=3.5.0
plotly>=5.0.0