diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-17 16:39:48 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-17 16:39:48 +0100 |
| commit | ef86a09ee8d8fc287b382cf9092af8726b44ceae (patch) | |
| tree | 448b493d80a63137a9d42c0ca0cd2fa643e810e0 /src/delay_collector/pyproject.toml | |
| parent | 4b9c57dc6547d0c9d105ac3767dcc90da758a25d (diff) | |
Drop support for Santiago de Compostela, add collection script
Diffstat (limited to 'src/delay_collector/pyproject.toml')
| -rw-r--r-- | src/delay_collector/pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/delay_collector/pyproject.toml b/src/delay_collector/pyproject.toml new file mode 100644 index 0000000..7d1c927 --- /dev/null +++ b/src/delay_collector/pyproject.toml @@ -0,0 +1,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", +] |
