Spaces:
Build error
Build error
Ümit Gündüz
commited on
Commit
•
16086a8
1
Parent(s):
d166ac8
Update pyproject.toml
Browse files- pyproject.toml +3 -1
pyproject.toml
CHANGED
@@ -5,7 +5,7 @@ description = ""
|
|
5 |
authors = ["Ümit Gündüz <[email protected]>"]
|
6 |
license = "Apache License 2.0"
|
7 |
readme = "README.md"
|
8 |
-
packages = [{ include = "src"}]
|
9 |
|
10 |
[tool.poetry.scripts]
|
11 |
app = "app:start"
|
@@ -33,6 +33,8 @@ dateparser = "^1.1.8"
|
|
33 |
uvicorn = "^0.22.0"
|
34 |
gradio = "^3.32.0"
|
35 |
humanize = "^4.6.0"
|
|
|
|
|
36 |
|
37 |
|
38 |
[build-system]
|
|
|
5 |
authors = ["Ümit Gündüz <[email protected]>"]
|
6 |
license = "Apache License 2.0"
|
7 |
readme = "README.md"
|
8 |
+
packages = [{ include = "src" }]
|
9 |
|
10 |
[tool.poetry.scripts]
|
11 |
app = "app:start"
|
|
|
33 |
uvicorn = "^0.22.0"
|
34 |
gradio = "^3.32.0"
|
35 |
humanize = "^4.6.0"
|
36 |
+
seaborn = "^0.12.2"
|
37 |
+
matplotlib="^3.7.1"
|
38 |
|
39 |
|
40 |
[build-system]
|