File size: 390 Bytes
2c95e43
 
 
 
 
 
195a255
2c95e43
 
 
 
 
 
 
 
0282daa
2c95e43
195a255
2c95e43
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "blender-3d-icon"
version = "0.0.0"
description = ""
authors = ["JacobLinCool <jacoblincool@gmail.com>"]
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"