[srv] Added requirements.txt
This commit is contained in:
parent
d476c481fb
commit
9f391c06c7
3 changed files with 5 additions and 3 deletions
|
@ -47,7 +47,7 @@ const loading_done = () => {
|
||||||
// https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
// https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||||
maxZoom: 19,
|
maxZoom: 19,
|
||||||
attribution: '© carto.com'
|
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors<br/>Données issues de l\'<a href="https://www.cts-strasbourg.eu/fr/portail-open-data/">OpenData de la CTS</a><br/>Logiciel distribué sous <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licence GPL</a>'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
const lignes = {};
|
const lignes = {};
|
||||||
|
|
2
main.py
2
main.py
|
@ -10,8 +10,6 @@ from fastapi_cache.decorator import cache
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from datetime import datetime
|
|
||||||
|
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
fastapi==0.115.4
|
||||||
|
fastapi_cache==0.1.0
|
||||||
|
python-dotenv==1.0.1
|
||||||
|
requests==2.32.3
|
Loading…
Add table
Reference in a new issue