File size: 363 Bytes
cc6c859 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[tool.poetry]
name = "expirationdate"
version = "0.1.0"
description = "dataset of expiration dates"
authors = ["Diego Muñoz <[email protected]>"]
[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"
|