Spaces:
Runtime error
Runtime error
update pyproject.toml file
Browse files- pyproject.toml +4 -3
pyproject.toml
CHANGED
@@ -20,11 +20,12 @@ classifiers = [
|
|
20 |
|
21 |
|
22 |
[tool.poetry.dependencies]
|
|
|
23 |
mathtext = {git = "https://gitlab.com/tangibleai/community/mathtext", rev = "main"}
|
24 |
-
fastapi = "0.
|
25 |
pydantic = "*"
|
26 |
-
python = "^3.8
|
27 |
-
requests = "2.27.*"
|
28 |
sentencepiece = "0.1.*"
|
29 |
supabase = "*"
|
30 |
uvicorn = "0.17.*"
|
|
|
20 |
|
21 |
|
22 |
[tool.poetry.dependencies]
|
23 |
+
mathactive = {git = "git@gitlab.com:tangibleai/community/mathactive.git", rev = "vlad"}
|
24 |
mathtext = {git = "https://gitlab.com/tangibleai/community/mathtext", rev = "main"}
|
25 |
+
fastapi = "^0.90.0"
|
26 |
pydantic = "*"
|
27 |
+
python = "^3.8"
|
28 |
+
requests = "2.27.*"
|
29 |
sentencepiece = "0.1.*"
|
30 |
supabase = "*"
|
31 |
uvicorn = "0.17.*"
|