This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/pyproject.toml
2023-12-18 21:00:37 +01:00

16 lines
304 B
TOML

[tool.poetry]
name = "facturio"
version = "0.1.0"
description = ""
authors = ["Jakub Kropáček <kropikuba@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^5.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"