Token-classification / pyproject.toml
Arthour
37hkbqf: Refactoring + Request log
de0cb94
[tool.poetry]
name = "token-classification"
version = "0.1.0"
description = ""
authors = ["Empy Team"]
[tool.poetry.dependencies]
python = "^3.10"
gradio = "^3.12.0"
requests = "^2.28.1"
spacy = "^3.4.3"
streamlit = "^1.15.2"
pony = "^0.7.16"
psycopg2 = "^2.9.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"