Use a virtualenv, and put pip deps in requirements.txt

This commit is contained in:
Micah Lee 2017-01-07 18:17:02 -08:00
parent 181134acd6
commit 34341ef0e0
3 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,2 @@
PyQt5==5.7.1
sip==4.19

8
install/requirements.txt Normal file
View file

@ -0,0 +1,8 @@
click==6.7
Flask==0.12
itsdangerous==0.24
Jinja2==2.9.2
MarkupSafe==0.23
PyInstaller==3.2
stem==1.5.4
Werkzeug==0.11.15