diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-14 13:37:05 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-14 13:37:26 +0100 |
| commit | e030d6feff065b0f412d7e51684a0b6e6eca7fec (patch) | |
| tree | 18827cbfbaa5e6faf30fdb0aaec21eba84c39db9 /src/gtfs_vigo_stops/pyproject.toml | |
| parent | 08eaea3264f2e4628c40c8e79e3952f630b55221 (diff) | |
Implement new stop schedule generation format using protobuf
Diffstat (limited to 'src/gtfs_vigo_stops/pyproject.toml')
| -rw-r--r-- | src/gtfs_vigo_stops/pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtfs_vigo_stops/pyproject.toml b/src/gtfs_vigo_stops/pyproject.toml index 6b28831..97d24a3 100644 --- a/src/gtfs_vigo_stops/pyproject.toml +++ b/src/gtfs_vigo_stops/pyproject.toml @@ -7,6 +7,8 @@ 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", ] |
