Skip to content

Instantly share code, notes, and snippets.

@ralscha
Created March 28, 2023 09:09
Show Gist options
  • Save ralscha/40e51b2fca47c58435b9d9ddff5c6027 to your computer and use it in GitHub Desktop.
Save ralscha/40e51b2fca47c58435b9d9ddff5c6027 to your computer and use it in GitHub Desktop.
[tool.poetry]
authors = ["author"]
description = ""
name = "segmentation"
version = "0.1.0"
[tool.poetry.dependencies]
boto3 = "1.26.78"
boto3-stubs = {extras = ["s3", "sqs"], version = "1.26.78"}
jsonformatter = "0.3.2"
lxml = "4.9.2"
protobuf = "4.21.12"
python = ">=3.11,<3.12"
python-dotenv = "0.21.1"
regex = "2022.10.31"
sentry-sdk = "1.15.0"
textdistance = "4.5.0"
rapidfuzz = "2.13.7"
scikit-learn = "1.2.0"
xgboost = "1.7.4"
pandas = "1.5.3"
spacy = "3.5.0"
[tool.poetry.dependencies.de-core-news-lg]
url = "https://github.com/explosion/spacy-models/releases/download/de_core_news_lg-3.5.0/de_core_news_lg-3.5.0.tar.gz"
[tool.poetry.group.dev.dependencies]
bandit = "1.7.4"
black = "23.1.0"
mypy = "1.0.1"
pytest = "7.2.1"
pip-licenses = "4.0.3"
matplotlib = "3.6.3"
reportlab = "3.6.12"
numpy = "1.24.2"
PyPDF2 = "2.12.1"
pytest-xdist = "3.2.0"
pip-audit = "2.4.14"
optuna = "3.1.0"
ruff = "0.0.252"
[tool.poetry.group.protoc.dependencies]
protoc-wheel-0 = "21.10"
mypy-protobuf = "3.4.0"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]
[tool.black]
line-length = 120
target-version = ["py311"]
[tool.pytest.ini_options]
log_cli = true
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_level = "INFO"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment