1
0
Fork 0
mirror of https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung synced 2024-10-12 13:24:22 +00:00

Removed poetry files

This commit is contained in:
MoBit 2021-08-28 13:36:02 +02:00
parent b3b6f927c7
commit a185423154
3 changed files with 2 additions and 1662 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
MarkDownSpellcheckingNotebook.ipynb
L_*
Musterloesung_Aufgaben_zur_Vorbereitung.ipynb
poetry.lock
pyproject.toml

1644
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,18 +0,0 @@
[tool.poetry]
name = "pgp1-python-einfuehrung"
version = "1.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = ">=3.9,<3.10"
jupyterlab = "^3.1.9"
matplotlib = "^3.4.3"
numpy = "^1.21.2"
scipy = "^1.7.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"