Skip to content

Instantly share code, notes, and snippets.

@aersam
Created August 23, 2022 07:32
Show Gist options
  • Save aersam/f677f841284ec8d3b3f15bd5a23c4c7e to your computer and use it in GitHub Desktop.
Save aersam/f677f841284ec8d3b3f15bd5a23c4c7e to your computer and use it in GitHub Desktop.
[tool.poetry]
version = "0.1.0"
description = ""
[tool.poetry.dependencies]
gtin-validator = "1.0.3"
pandas = "^1.4.3"
prophet = "1.1"
python = "^3.9"
sqlfmt = "^0.0.2"
torch = "1.10.2"
transformers = "4.17.0"
PyYAML = "^6.0"
pyodbc = "^4.0.34"
[tool.poetry.group.deployment.dependencies]
azure-identity = "^1.10.0"
[tool.poetry.group.test.dependencies]
chispa = "^0.9.2"
openpyxl = "^3.0.10"
pyspark = "3.2.2"
delta-spark = "^2.0.0"
pytest = "^7.1.2"
pytest-order = "^1.0.1"
fsspec = "^2022.5.0"
pyarrow = "^8.0.0"
[tool.poetry.group.dev.dependencies]
black = { extras = ["jupyter"], version = "^22.6.0" }
notebook = "^6.4.12"
pyright = "^1.1.261"
isort = "^5.10.1"
shandy-sqlfmt = "^0.11.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
venv = ".venv"
venvPath = "."
pythonVersion = "3.9"
typeCheckingMode = "basic"
exclude = [
"**/node_modules",
"**/__pycache__",
"**/.git",
".venv",
"tasks/notebooks",
]
[tool.black]
line-length = 119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment