shad-mlops-transformers / pyproject.toml
alekeik1's picture
build: init
f7a65ec
raw
history blame
445 Bytes
[tool.poetry]
name = "shad-mlops-transformers"
version = "1.0.0"
description = "My first mlops project with transformers on huggingface"
authors = ["alekseik1 <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "shad_mlops_transformers"}]
[tool.poetry.dependencies]
python = "^3.10"
streamlit = "^1.21.0"
uvicorn = "^0.21.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"