forked from amethyst/blobfox
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
384 B
19 lines
384 B
[tool.poetry]
|
|
name = "automate"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["ENDERZOMBI102 <enderzombi102.end@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
PyYAML = "^6.0"
|
|
types-PyYAML = "^6.0.10"
|
|
CairoSVG = "^2.5.2"
|
|
typing-extensions = "^4.3.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|