Spaces:
Running
Running
Update main.py
Browse files
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 |
|