Skip to content

Commit d06b874

Browse files
author
JakobHoffmann
committed
Add pyproject.toml
1 parent 451ee06 commit d06b874

2 files changed

Lines changed: 247 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
name = "ipa-lab-scripts"
3+
version = "0.1.0"
4+
description = "Utility scripts for the IPA Lab site"
5+
requires-python = ">=3.9"
6+
dependencies = [
7+
"pyyaml==6.0.3",
8+
"requests==2.32.5",
9+
]

0 commit comments

Comments
 (0)