13 lines
269 B
TOML
13 lines
269 B
TOML
[project]
|
|
name = "uulm-utils"
|
|
version = "0.1.0"
|
|
description = "Collection of helpers for Ulm University"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"asyncclick>=8.1.8",
|
|
"click>=8.1.8",
|
|
"playwright>=1.51.0",
|
|
"questionary>=2.1.0",
|
|
]
|