From 1a01f61e004d0f004a08551d0a565b707d237ce3 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 6 Mar 2024 09:32:11 +0100 Subject: [PATCH] Added gtfs-kit as a dependency --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53018f6..90e7da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ dependencies = [ "amarillo", "amarillo-enhancer", "schedule==1.2.1", + "gtfs-kit" ] [tool.setuptools.packages] diff --git a/requirements.txt b/requirements.txt index 5b0c8d5..ede3859 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -schedule==1.2.1 \ No newline at end of file +schedule==1.2.1 +gtfs-kit \ No newline at end of file