This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
duck-pond/backend/pyproject.toml
AKP 7208276c18
Alter 2 files
Add `poetry.lock`
Update `pyproject.toml`
2022-10-29 13:53:02 +01:00

16 lines
303 B
TOML

[tool.poetry]
name = "duckpond"
version = "0.1.0"
description = ""
authors = ["AKP <abi@tdpain.net>"]
[tool.poetry.dependencies]
python = "^3.8"
Flask = "^2.2.2"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"