mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Use a virtualenv, and put pip deps in requirements.txt
This commit is contained in:
parent
181134acd6
commit
34341ef0e0
3 changed files with 24 additions and 1 deletions
2
install/requirements-windows.txt
Normal file
2
install/requirements-windows.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
PyQt5==5.7.1
|
||||
sip==4.19
|
8
install/requirements.txt
Normal file
8
install/requirements.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue