Initial commit

This commit is contained in:
2022-04-23 19:17:31 +02:00
commit d9ce9fb9a5
8 changed files with 61 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"
]