sviddo commited on
Commit
16f8475
1 Parent(s): 59f00d1

update pyproject.toml file

Browse files
Files changed (1) hide show
  1. 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.74.*"
25
  pydantic = "*"
26
- python = "^3.8,<3.10"
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.*"