Removed config and enhancer requirements
Some checks failed
Amarillo/amarillo-gitea/amarillo-gtfs-generator/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2024-06-12 14:38:24 +02:00
parent bbcb1e7750
commit 970822b2e9
3 changed files with 2 additions and 5 deletions

View file

@ -10,10 +10,8 @@ COPY requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
COPY ./amarillo-gtfs-generator /app/amarillo-gtfs-generator
COPY ./config /app/config
COPY ./logging.conf /app
ENV ADMIN_TOKEN=""
ENV MODULE_NAME=amarillo-gtfs-generator.gtfs_generator
ENV MAX_WORKERS=1

View file

@ -1,6 +1,6 @@
from ..models.gtfs import GtfsTimeDelta, GtfsStopTime
from ..models.Carpool import MAX_STOPS_PER_TRIP, Carpool, Weekday, StopTime, PickupDropoffType, Driver, RidesharingInfo
from amarillo.services.config import config
# from amarillo.services.config import config
from ..gtfs_constants import *
# from amarillo.plugins.enhancer.services.routing import RoutingService, RoutingException
from ..services.stops import is_carpooling_stop

View file

@ -1,3 +1,2 @@
watchdog
amarillo
amarillo-enhancer