aboutsummaryrefslogtreecommitdiff
path: root/src/delay_collector/pyproject.toml
blob: 7d1c927653c9d13bbc8e43dc774e50014f208cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "delay-collector"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "psycopg2-binary>=2.9.11",
    "requests>=2.32.5",
    "tzdata>=2025.2",
]