summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 69c1d6470d84112920369ed540abc3a02a899a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "emma-site"
version = "2.0.0"
description = "Default template for PDM package"
authors = [
    {name = "Emma Terzioglu", email = "emreterzioglu49@gmail.com"},
]
dependencies = ["quart>=0.20.0", "hypercorn>=0.18.0", "asyncpg>=0.31.0", "asyncpg-trek>=0.4.0", "python-dotenv>=1.2.1", "marko>=2.2.2"]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "GPL-3.0-only"}


[tool.pdm]
distribution = false

[dependency-groups]
dev = [
    "asyncpg-stubs>=0.31.2",
]