tl-its-umich-edu / remote-office-hours-queue

Virtual queuing tool supporting Zoom video conferencing and/or in person meetings.
https://officehours.it.umich.edu/
Apache License 2.0
12 stars 28 forks source link

Move gunicorn/uvicorn pip dependencies out of Dockerfile and upgrade #584

Open jonespm opened 2 weeks ago

jonespm commented 2 weeks ago

For some reason 3 Python dependencies, gunicorn, uvicornand psycopg2 are explicit in the Dockerfile (and Dockerfile.openshift). This keeps them from getting upgraded. I don't see any reason these can't just be moved to the requirements.txt.

Also check if there are upgrades available for these libraries.