1
0
Fork 0

Add spyder as a dependency

The instructor uses the Spyder IDE to conduct the course
This commit is contained in:
Alexander Hess 2022-07-22 10:52:40 +02:00
parent 7304275392
commit 66bafaf579
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 2949 additions and 0 deletions

2948
poetry.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -7,6 +7,7 @@ license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
spyder = "^5.3.2"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]