Requirements geupdated
parent
63ba3c8a8b
commit
a39f0e8bd1
|
@ -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()
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
mysqlclient~=2.2.4
|
||||
pandas~=2.2.3
|
||||
plotly~=5.24.1
|
Loading…
Reference in New Issue