Move the computer folder up - a bit easier to manage.

Integrate fixes found in earlier examples.
This commit is contained in:
Danny Staple
2022-12-28 11:27:16 +00:00
parent 9cff9fe1f1
commit c87ef96477
12 changed files with 165 additions and 371 deletions
+21
View File
@@ -0,0 +1,21 @@
[tool.poetry]
name = "modelling-space"
version = "0.1.0"
description = ""
authors = ["Danny Staple <danny@orionrobots.co.uk>"]
readme = "README.md"
packages = [{include = "modelling_space"}]
[tool.poetry.dependencies]
python = "^3.9"
matplotlib = "3.6.1"
numpy = "1.23.4"
bleak = "0.19.0"
[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"