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

[project]
name = "lambo"
version = "1.0.0"
authors = [
  { name="Piotr PrzybyƂa", email="piotr.przybyla@ipipan.waw.pl" },
]
description = "A multi-lingual text segmentation tool/"
readme = "README.md"
requires-python = ">=3.6.9"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
    "Operating System :: OS Independent",
]
dependencies = [
  'torch >= 1.7.1, < 2',
  'importlib-resources >= 3.3.0, < 6',
  'requests >= 2.22.0, < 3',
  'tqdm >= 4.43.0, < 5',
  'urllib3 >= 1.22, <2',
]

[project.optional-dependencies]
spacy = [ 'spacy >= 3.0.3, < 4', ]


[project.urls]
#"Homepage" = "https://github.com/pypa/sampleproject"
#"Bug Tracker" = "https://github.com/pypa/sampleproject/issues"