ExpirationDate / pyproject.toml
dimun's picture
added poetry and gitignore
cc6c859
raw
history blame contribute delete
No virus
363 Bytes
[tool.poetry]
name = "expirationdate"
version = "0.1.0"
description = "dataset of expiration dates"
authors = ["Diego Muñoz <dgmzcrrls@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
datasets = "^2.17.1"
[tool.poetry.dev-dependencies]
python-dotenv = "1.0.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"