aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/punktgruppen/pyproject.toml
blob: 92c06e26330cfa211e0c82a350fd5261d6e74754 (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.5.0"

[tool.poetry.dev-dependencies]

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