diff --git a/pyproject.toml b/pyproject.toml index b2ef1b5..aa7faed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,11 @@ [project] name = "amarillo-gtfs-generator" version = "0.0.2" -dependencies = [] +dependencies = [ + "amarillo", + "schedule", + "watchdog", +] [tool.setuptools.packages] find = {} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 50815b6..757379f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -watchdog -amarillo \ No newline at end of file +amarillo +schedule +watchdog \ No newline at end of file