This commit is contained in:
Yoshino-s
2023-06-06 12:26:01 +08:00
commit e1d95edc2c
8 changed files with 962 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[tool.poetry]
name = "coder"
version = "0.1.0"
description = ""
authors = ["Yoshino-s <yoshino.prog@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
python-dxf = "^11.1.1"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.3.2"
autopep8 = "^2.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"