Spaces:
Sleeping
Sleeping
imperialwool
commited on
Commit
·
14b1272
1
Parent(s):
73fd428
wrong package?
Browse files- requirements.txt +1 -1
- routes/config.json +1 -1
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
wget
|
2 |
flask
|
|
|
3 |
Pillow
|
4 |
psutil
|
5 |
urllib3
|
6 |
requests
|
7 |
waitress
|
8 |
py-cpuinfo
|
9 |
-
PasteDeploy
|
10 |
ffmpeg-python
|
|
|
1 |
wget
|
2 |
flask
|
3 |
+
paste
|
4 |
Pillow
|
5 |
psutil
|
6 |
urllib3
|
7 |
requests
|
8 |
waitress
|
9 |
py-cpuinfo
|
|
|
10 |
ffmpeg-python
|
routes/config.json
CHANGED
@@ -9,5 +9,5 @@
|
|
9 |
"config-path": "./routes/config.json",
|
10 |
"openapi-yaml-path": "./static/api.yaml",
|
11 |
|
12 |
-
"buildVersion": "1.0
|
13 |
}
|
|
|
9 |
"config-path": "./routes/config.json",
|
10 |
"openapi-yaml-path": "./static/api.yaml",
|
11 |
|
12 |
+
"buildVersion": "1.0 commit158"
|
13 |
}
|