a requirements.txt file for venv "necessary" modules for processing and uploading quizzes

this was for uploading quiz#3 which accidentally had front and back pages, to student's canvas shell
This commit is contained in:
tom_taylor 2024-09-19 03:47:43 +00:00
parent e6340a94ce
commit be2d9454a9
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1 @@
pip install canvasapi==3.2.0, opencv-python==4.10.0.84, pillow==10.4.0, PyMuPDF==1.24.8, python-docx==1.1.2, qrcode==7.4.2, scipy, setuptools, dateutil, docx

View File

@ -0,0 +1,19 @@
arrow==1.3.0
canvasapi==3.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
idna==3.7
lxml==5.2.2
numpy==2.0.1
opencv-python==4.10.0.84
pillow==10.4.0
pypng==0.20220715.0
python-dateutil==2.9.0.post0
python-docx==1.1.2
pytz==2024.1
qrcode==7.4.2
requests==2.32.3
six==1.16.0
types-python-dateutil==2.9.0.20240316
typing_extensions==4.12.2
urllib3==2.2.2