Requirements geupdated

main
mmaurostoffel 2024-10-05 14:53:49 +02:00
parent 63ba3c8a8b
commit a39f0e8bd1
2 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,8 @@ from datetime import datetime, timedelta
import json
import MySQLdb #Version 2.2.4
import pandas as pd #Version 2.2.2
import plotly.express as px #Version 5.22.0
import pandas as pd #Version 2.2.3
import plotly.express as px #Version 5.24.1
db = MySQLdb.connect(host="localhost",user="root",passwd="admin",db="heiraterei")
cur = db.cursor()

View File

@ -0,0 +1,3 @@
mysqlclient~=2.2.4
pandas~=2.2.3
plotly~=5.24.1