picture-display/pyproject.toml

20 lines
412 B
TOML
Raw Normal View History

2021-01-24 12:17:09 +01:00
[tool.poetry]
name = "picture-display"
version = "0.1.0"
description = ""
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
[tool.poetry.dependencies]
python = "^3.8"
2021-01-24 12:35:58 +01:00
Django = "^3.1.5"
2021-01-24 12:17:09 +01:00
[tool.poetry.dev-dependencies]
2021-01-24 12:35:58 +01:00
pytest = "^6.2"
pre-commit = "^2.9.3"
importlib-metadata = "^3.4.0"
typing-extensions = "^3.7.4"
2021-01-24 12:17:09 +01:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"