Exodus-Privacy / exodus-core

Core functionality of εxodus
GNU Affero General Public License v3.0
18 stars 17 forks source link

Update requirements #20

Closed pnu-s closed 5 years ago

pnu-s commented 5 years ago

I made a new installation with the following dependencies:

requests==2.20.0  # previously 2.18.4
Pillow==5.0.0
dhash==1.3
gplaycli==3.21
protobuf==3.5.2.post1
jellyfish==0.5.6
cryptography==2.3.0  # previously 2.2.2
beautifulsoup4==4.6.0
androguard==3.1.0

pip freeze gives the following:

androguard==3.1.0
args==0.1.0
asn1crypto==0.24.0
backcall==0.1.0
beautifulsoup4==4.6.0
certifi==2019.3.9
cffi==1.12.2
chardet==3.0.4
click==6.7
clint==0.5.1
colorama==0.4.1
cryptography==2.3
decorator==4.4.0
dhash==1.3
future==0.17.1
gpapi==0.4.2
GPlayCli==3.21
idna==2.7
ipython==7.4.0
ipython-genutils==0.2.0
jedi==0.13.3
jellyfish==0.5.6
lxml==4.3.3
networkx==2.2
parso==0.4.0
pexpect==4.7.0
pickleshare==0.7.5
Pillow==5.0.0
prompt-toolkit==2.0.9
protobuf==3.5.2.post1
ptyprocess==0.6.0
pyasn1==0.4.5
pyaxmlparser==0.3.15
pycparser==2.19
pycryptodome==3.8.1
Pygments==2.3.1
requests==2.20.0
six==1.12.0
traitlets==4.3.2
urllib3==1.24.1
wcwidth==0.1.7

Note that, compared to the current version, the changes are the following: