Files
pyprotest/pyproject.toml
2022-04-23 19:17:31 +02:00

14 lines
223 B
TOML

[project]
name = "pyprotest"
version = "0.0.1"
description = "My pyproject test"
readme = "README.md"
license = { file = "LICENSE.txt" }
authors = [
{ name = "Dietrich Rink" }
]
dependencies = [
"requests ~= 2.27.1"
]