Skip to content
Snippets Groups Projects
Commit 1c315972 authored by Max Lou's avatar Max Lou
Browse files

Merge branch 'main' of git.rwth-aachen.de:polaris/entwicklung/analytics-engine

parents 12544d9c 31917f5d
No related branches found
No related tags found
No related merge requests found
Pipeline #902875 passed
Pipeline: FIRST_START

#902893

    ......@@ -30,4 +30,4 @@ ENV VIRTUAL_ENV /env
    ENV PATH /env/bin:$PATH
    #Gunicorn Server
    CMD ["gunicorn", "--bind", ":5000", "--workers", "3", "scheduler.wsgi"]
    CMD ["gunicorn", "--bind", ":5000", "--workers", "3", "wsgi"]
    ......@@ -68,7 +68,7 @@ pluggy==1.0.0
    prometheus-client==0.15.0
    prometheus-flask-exporter==0.21.0
    prompt-toolkit==3.0.33
    psycopg==3.1.8
    psycopg2==2.9.5
    ptyprocess==0.7.0
    pure-eval==0.2.2
    pycodestyle==2.10.0
    ......@@ -100,4 +100,4 @@ watchdog==2.1.9
    wcwidth==0.2.5
    webargs==8.2.0
    Werkzeug==2.2.2
    WTForms==3.0.1
    \ No newline at end of file
    WTForms==3.0.1
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment