diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-22 18:18:59 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-22 18:18:59 +0100 |
| commit | 68f49dec91d68579803d6d579b1f1ecb4fc1dd1f (patch) | |
| tree | a67ec0cc572ae56e85a5dc08b2469bdbcb451135 /src/gtfs_perstop_report/pyproject.toml | |
| parent | 4b7eaa318f22d7cc768491c421cb7aeac477f95d (diff) | |
Remove systems we won't need anymore
Diffstat (limited to 'src/gtfs_perstop_report/pyproject.toml')
| -rw-r--r-- | src/gtfs_perstop_report/pyproject.toml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/gtfs_perstop_report/pyproject.toml b/src/gtfs_perstop_report/pyproject.toml deleted file mode 100644 index 97d24a3..0000000 --- a/src/gtfs_perstop_report/pyproject.toml +++ /dev/null @@ -1,27 +0,0 @@ -[project] -name = "gtfs-vigo" -version = "0.1.0" -description = "Add your description here" -readme = "README.md" -requires-python = ">=3.13" -dependencies = [ - "colorama>=0.4.6", - "jinja2>=3.1.6", - "protobuf>=5.29.1", - "pyproj>=3.7.2", - "pytest>=8.4.1", - "requests>=2.32.3", -] - -[tool.ruff] -line-length = 88 -target-version = "py313" - -[tool.ruff.lint] -select = ["E", "F", "I", "W"] -ignore = [] - -[tool.ruff.format] -quote-style = "double" -indent-style = "space" - |
