mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-28 00:39:37 -05:00
Generated a new requirements.txt by installing the latest version of
these pip packages: pip3 install certifi cryptography Flask PyInstaller PyQt5 PySocks pycrypto pynacl requests stem Then running "pip3 freeze". Also, deleted requirements-windows.txt. Mac and Windows can share.
This commit is contained in:
parent
a8dc03da37
commit
725434ed97
@ -1,30 +0,0 @@
|
|||||||
altgraph==0.16.1
|
|
||||||
certifi==2018.8.24
|
|
||||||
chardet==3.0.4
|
|
||||||
click==6.7
|
|
||||||
cryptography==2.3.1
|
|
||||||
Flask==1.0.2
|
|
||||||
future==0.16.0
|
|
||||||
idna==2.7
|
|
||||||
itsdangerous==0.24
|
|
||||||
Jinja2==2.10
|
|
||||||
macholib==1.11
|
|
||||||
MarkupSafe==1.0
|
|
||||||
packaging==17.1
|
|
||||||
pefile==2018.8.8
|
|
||||||
PyInstaller==3.4
|
|
||||||
pyparsing==2.2.0
|
|
||||||
pypiwin32==223
|
|
||||||
PyQt5==5.11.2
|
|
||||||
PySocks==1.6.8
|
|
||||||
pynacl==1.2.1
|
|
||||||
pycrypto==2.6.1
|
|
||||||
pysha3==1.0.2
|
|
||||||
python-dateutil==2.7.3
|
|
||||||
pywin32==223
|
|
||||||
requests==2.19.1
|
|
||||||
sip==4.19.8
|
|
||||||
six==1.11.0
|
|
||||||
stem==1.6.0
|
|
||||||
urllib3==1.23
|
|
||||||
Werkzeug==0.14.1
|
|
@ -1,5 +1,7 @@
|
|||||||
altgraph==0.16.1
|
altgraph==0.16.1
|
||||||
|
asn1crypto==0.24.0
|
||||||
certifi==2018.8.24
|
certifi==2018.8.24
|
||||||
|
cffi==1.11.5
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
click==6.7
|
click==6.7
|
||||||
cryptography==2.3.1
|
cryptography==2.3.1
|
||||||
@ -11,15 +13,15 @@ Jinja2==2.10
|
|||||||
macholib==1.11
|
macholib==1.11
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
pefile==2018.8.8
|
pefile==2018.8.8
|
||||||
|
pycparser==2.18
|
||||||
|
pycryptodome==3.6.6
|
||||||
PyInstaller==3.4
|
PyInstaller==3.4
|
||||||
|
PyNaCl==1.2.1
|
||||||
PyQt5==5.11.2
|
PyQt5==5.11.2
|
||||||
PyQt5-sip==4.19.12
|
PyQt5-sip==4.19.12
|
||||||
PySocks==1.6.8
|
PySocks==1.6.8
|
||||||
pycrypto==2.6.1
|
|
||||||
pynacl==1.2.1
|
|
||||||
pysha3==1.0.2
|
|
||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
sip==4.19.8
|
six==1.11.0
|
||||||
stem==1.6.0
|
stem==1.6.0
|
||||||
urllib3==1.23
|
urllib3==1.23
|
||||||
Werkzeug==0.14.1
|
Werkzeug==0.14.1
|
||||||
|
Loading…
Reference in New Issue
Block a user