feat: migrate to new specklepy, unbuffered stdout

This commit is contained in:
Gergő Jedlicska
2023-10-25 19:06:18 +02:00
parent f64d3bc6e2
commit 3a33297f91
3 changed files with 151 additions and 154 deletions
+2 -1
View File
@@ -8,13 +8,14 @@ packages = [{include = "src/speckle_automate_py"}]
[tool.poetry.dependencies]
python = "^3.11"
specklepy = "^2.17.5"
specklepy = "2.17.6"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
mypy = "^1.3.0"
ruff = "^0.0.271"
pytest = "^7.4.2"
# specklepy = {path = "../specklepy", develop = true}
[build-system]
requires = ["poetry-core"]