14 lines
223 B
TOML
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"
|
|
]
|