UCL-INGI / INGInious

INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.
http://www.inginious.org
Other
202 stars 139 forks source link

[setup] Freeze python packages versions #974

Closed nrybowski closed 9 months ago

nrybowski commented 11 months ago

This should fix #972

lsignac commented 10 months ago

Something strange in proposed frozen version numbers :

ERROR: Cannot install flask==2.3.3 and itsdangerous==1.1.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested itsdangerous==1.1.0
    flask 2.3.3 depends on itsdangerous>=2.1.2

Installing with itsdangerous==2.1.2 also fixes #972