cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 21 forks source link

Update virtualenv version #718

Closed akirabaruah closed 9 months ago

akirabaruah commented 9 months ago

Without this change, docker-compose up -d --build tries to downgrade virtualenv in the based Docker image as seen by this log:

• Downgrading virtualenv (20.25.0 -> 20.17.1)

This causes the build to fail due to nonexistent virtualenv submodules.