File size: 492 Bytes
6504c92 4471570 c0f2707 6504c92 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[tool.poetry]
name = "HuSpaCy Streamlit Demo"
version = "0.1.0"
description = ""
authors = ["Gyorgy Orosz <gyorgy@orosz.link>"]
license = "MIT"
[tool.poetry.dependencies]
python = "~3.11"
spacy-streamlit = "==1.0.6"
streamlit = "1.25.0"
hu-core-news-trf = {url = "https://huggingface.co/huspacy/hu_core_news_trf/resolve/v3.7.0/hu_core_news_trf-any-py3-none-any.whl"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|