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.
17 lines
350 B
17 lines
350 B
[tool.poetry]
|
|
name = "temp-index"
|
|
version = "0.3.0"
|
|
description = ""
|
|
authors = ["automatist", "simoon", "decentral1se"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
reportlab = "^3.6.3"
|
|
calibrestekje = "^0.0.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|