19 lines
383 B
TOML
19 lines
383 B
TOML
[project]
|
|
name = "paperone"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "Giulio De Pasquale",email = "git@depasquale.giugl.io"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"requests (>=2.32.5,<3.0.0)",
|
|
"python-dotenv (>=1.1.1,<2.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|