Remove cryptography and its dependencies from requirements

This commit is contained in:
Illia Volochii 2019-04-18 22:19:19 +03:00
parent c1023647d1
commit 90b9c9944a
No known key found for this signature in database
GPG Key ID: 9BC2D949988CE605
2 changed files with 1 additions and 6 deletions

View File

@ -9,7 +9,7 @@ VERSION=`cat share/version.txt`
rm -r build dist >/dev/null 2>&1 rm -r build dist >/dev/null 2>&1
# build binary package # build binary package
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, python3-cryptography, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4" python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
# install it # install it
echo "" echo ""

View File

@ -1,10 +1,7 @@
altgraph==0.16.1 altgraph==0.16.1
asn1crypto==0.24.0
certifi==2018.10.15 certifi==2018.10.15
cffi==1.11.5
chardet==3.0.4 chardet==3.0.4
Click==7.0 Click==7.0
cryptography==2.4.2
Flask==1.0.2 Flask==1.0.2
future==0.17.1 future==0.17.1
idna==2.7 idna==2.7
@ -13,13 +10,11 @@ Jinja2==2.10
macholib==1.11 macholib==1.11
MarkupSafe==1.1.0 MarkupSafe==1.1.0
pefile==2018.8.8 pefile==2018.8.8
pycparser==2.19
pycryptodome==3.7.2 pycryptodome==3.7.2
PyQt5==5.11.3 PyQt5==5.11.3
PyQt5-sip==4.19.13 PyQt5-sip==4.19.13
PySocks==1.6.8 PySocks==1.6.8
requests==2.20.1 requests==2.20.1
six==1.11.0
stem==1.7.0 stem==1.7.0
urllib3==1.24.1 urllib3==1.24.1
Werkzeug==0.14.1 Werkzeug==0.14.1