aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/punktgruppen/pyproject.toml
blob: 527eb5788677dae450f136fa504a4c63dc7108b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.poetry]
name = "presentation"
version = "0.1.0"
description = ""
authors = ["Nao Pross <np@0hm.ch>"]

[tool.poetry.dependencies]
python = "^3.7"
manim = "^0.6.0"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"