Added schedule dependency
All checks were successful
Amarillo/amarillo-gitea/amarillo-gtfs-generator/pipeline/head This commit looks good
All checks were successful
Amarillo/amarillo-gitea/amarillo-gtfs-generator/pipeline/head This commit looks good
This commit is contained in:
parent
0b44607c44
commit
e307b3c1cd
|
|
@ -1,7 +1,11 @@
|
|||
[project]
|
||||
name = "amarillo-gtfs-generator"
|
||||
version = "0.0.2"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"amarillo",
|
||||
"schedule",
|
||||
"watchdog",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages]
|
||||
find = {}
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
watchdog
|
||||
amarillo
|
||||
schedule
|
||||
watchdog
|
||||
Loading…
Reference in a new issue