Update requirements.txt

This commit is contained in:
Alex Xu 2021-03-29 17:13:07 -07:00
parent 4fbfd99299
commit 690d956fbc
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ and install all dependencies in a venv in the mangle directory, e.g.
```
...\mangle> virtualenv venv
> venv\Scripts\activate
(venv) > pip install requirements.txt
(venv) > pip install -r requirements.txt
```
You can run the GUI via

View File

@ -1,4 +1,4 @@
Pillow==6.2.2
py2exe-py2==0.6.9
PyQt4 @ https://download.lfd.uci.edu/pythonlibs/w4tscw6k/cp27/PyQt4-4.11.4-cp27-cp27m-win32.whl
PyQt4 @ https://download.lfd.uci.edu/pythonlibs/w4tscw6k/cp27/PyQt4-4.11.4-cp27-cp27m-win32.whl; platform_system=='Windows'
reportlab==3.5.59