new file: .dockerignore

new file:   Dockerfile
	new file:   __pycache__/app.cpython-310.pyc
	new file:   app.py
	new file:   requirements.txt
	new file:   static/css/style.css
	new file:   templates/base.html
	new file:   templates/index.html
	new file:   templates/weather.html
This commit is contained in:
SimolZimol
2026-04-21 09:01:53 +02:00
commit 2a9882c0aa
9 changed files with 1194 additions and 0 deletions

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
flask>=3.0.0
wetterdienst>=0.90.0
geopy>=2.4.0
pandas>=2.0.0
numpy>=1.24.0
requests>=2.31.0
gunicorn>=21.2.0