File size: 1,378 Bytes
b31816e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16f8475
b31816e
16f8475
b31816e
16f8475
 
b31816e
 
 
b2e649c
 
b31816e
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[tool.poetry]
name = "MathText_FastAPI"
version = "0.0.1"
authors = [
  "Sebastian Larsen <sebastianlarson22@gmail.com>",
  "Çetin ÇAKIR <cetincakirtr@gmail.com>",
  "Hobson Lane <gitlab@totalgood.com>",
  ]
description = "Natural Language Understanding (text processing) for math symbols, digits, and words with a Gradio user interface and REST API."
readme = "README.md"
# requires-python = ">=3.8"
license = "AGPL-3.0-or-later"
classifiers = [
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9",
    "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
    "Operating System :: OS Independent",
]


[tool.poetry.dependencies]
mathactive = {git = "git@gitlab.com:tangibleai/community/mathactive.git", rev = "vlad"}
mathtext = {git = "https://gitlab.com/tangibleai/community/mathtext", rev = "main"}
fastapi = "^0.90.0"
pydantic = "*"
python = "^3.8"
requests = "2.27.*" 
sentencepiece = "0.1.*"
supabase = "*"
uvicorn = "0.17.*"
pandas = "^1.5.3"
scipy = "^1.10.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

# [build-system]
# requires = ["hatchling"]
# build-backend = "hatchling.build"

# repository = "https://gitlab.com/tangibleai/community/mathtext-fastapi"