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:
7
requirements.txt
Normal file
7
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user