Skip to content
Snippets Groups Projects
Commit dbcefdef authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix outdated common py requirements

parent 823d9fdf
No related branches found
No related tags found
No related merge requests found
Pipeline #7307 failed
Pipeline: backend

#7308

    .idea/ .idea/
    venv/ venv/
    .venv/
    myvenv/ myvenv/
    __pycache__ __pycache__
    ......
    # The common Py Dependencies (Versions picked in May 2024) # The common Py Dependencies (Versions picked in January 2025)
    psycopg[c]==3.1.19 psycopg[c]==3.2.4
    sqlalchemy==2.0.31 sqlalchemy==2.0.37
    # required for testing # required for testing
    coverage==7.5.1 coverage==7.6.10
    pylint==3.2.0 pylint==3.3.4
    \ No newline at end of file
    #!/bin/bash
    pip install -r ../common_py/requirements.txt -r ../api/extra_requirements.txt -r ../job_controller/extra_requirements.txt
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment