This commit is contained in:
2026-05-21 18:00:03 +01:00
commit 0ce0fe8610
4 changed files with 15 additions and 0 deletions
View File
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "national-rail-timetable"
version = "0.1.0"
description = ""
authors = [
{name = "Samuel Jones"}
]
requires-python = ">=3.14"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"