Removed config and enhancer requirements
Some checks failed
Amarillo/amarillo-gitea/amarillo-gtfs-generator/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-gtfs-generator/pipeline/head There was a failure building this commit
This commit is contained in:
parent
bbcb1e7750
commit
970822b2e9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
watchdog
|
||||
amarillo
|
||||
amarillo-enhancer
|
||||
amarillo
|
||||
Loading…
Reference in a new issue