E-slam commited on
Commit
2dc6ac6
·
verified ·
1 Parent(s): 0b1a216

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ command = ["pip", "install", "flet==0.23.2"]
7
 
8
  subprocess.run(command, check=True)
9
 
10
- command = ["pip", "install", "flet-fastapi", "--no-deps"]
11
 
12
  subprocess.run(command, check=True)
13
 
 
7
 
8
  subprocess.run(command, check=True)
9
 
10
+ command = ["pip", "install", "flet-fastapi==0.19.0", "--no-deps"]
11
 
12
  subprocess.run(command, check=True)
13