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.
18 lines
397 B
18 lines
397 B
[tool.poetry] |
|
name = "svganim" |
|
version = "0.1.0" |
|
description = "Draw an animated vector image" |
|
authors = ["Ruben van de Ven <git@rubenvandeven.com>"] |
|
|
|
[tool.poetry.dependencies] |
|
python = "^3.9" |
|
tornado = "^6.1" |
|
coloredlogs = "^15.0.1" |
|
pydub = "^0.25.1" |
|
svgwrite = "^1.4.1" |
|
|
|
[tool.poetry.dev-dependencies] |
|
|
|
[build-system] |
|
requires = ["poetry-core>=1.0.0"] |
|
build-backend = "poetry.core.masonry.api"
|
|
|