Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "blender-3d-icon" | |
| version = "0.0.0" | |
| description = "" | |
| authors = ["JacobLinCool <[email protected]>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "~3.10" | |
| bpy = "^3.4.0" | |
| [tool.poetry.group.dev.dependencies] | |
| autopep8 = "^2.0.1" | |
| fake-bpy-module-latest = "^20230216" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |