Skip to content

Commit

Permalink
Clean requirements & remove GPlayCli
Browse files Browse the repository at this point in the history
  • Loading branch information
pnu-s committed Jan 8, 2021
1 parent 6855729 commit 2491efd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 69 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,6 @@ Install `dexdump`:
sudo apt-get install dexdump
```

Create a `gplaycli` configuration file:
```
mkdir ~/.config/gplaycli
nano ~/.config/gplaycli/gplaycli.conf
```
containing
```
[Credentials]
gmail_address=
gmail_password=
#keyring_service=gplaycli
token=True
token_url=https://matlink.fr/token/email/gsfid
[Cache]
token=~/.cache/gplaycli/token
[Locale]
locale=en_US
timezone=CEST
```

Create Python `virtualenv`:
```
virtualenv venv -p python3
Expand Down
39 changes: 0 additions & 39 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,47 +1,8 @@
androguard==3.3.5
args==0.1.0
asn1crypto==0.24.0
backcall==0.1.0
certifi==2019.3.9
cffi==1.12.3
chardet==3.0.4
click==6.7
clint==0.5.1
colorama==0.4.1
cryptography==2.6.1
cycler==0.10.0
decorator==4.4.0
dhash==1.3
future==0.17.1
gpapi==0.4.4
GPlayCli==3.26
idna==2.8
ipython==7.4.0
ipython-genutils==0.2.0
jedi==0.13.3
jellyfish==0.5.6
kiwisolver==1.1.0
lxml==4.3.3
matplotlib==3.0.3
networkx==2.3
numpy==1.16.4
parso==0.4.0
pexpect==4.7.0
pickleshare==0.7.5
Pillow==6.2.2
prompt-toolkit==2.0.9
protobuf==3.11.0
ptyprocess==0.6.0
pyasn1==0.4.5
pyaxmlparser==0.3.15
pycparser==2.19
pycryptodome==3.8.1
pydot==1.4.1
Pygments==2.3.1
pyparsing==2.4.0
python-dateutil==2.8.0
requests==2.21.0
six==1.12.0
traitlets==4.3.2
urllib3==1.24.2
wcwidth==0.1.7
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ def is_exe(fpath):
sys.exit(1)

install_requires = [
"requests==2.21.0",
"Pillow==6.2.2",
"dhash==1.3",
'gplaycli==3.26',
'protobuf==3.11.0',
"jellyfish==0.5.6",
'androguard==3.3.5',
'cryptography==2.6.1',
'androguard==3.3.5'
'dhash==1.3',
'jellyfish==0.5.6',
'Pillow==6.2.2',
'requests==2.21.0',
'six==1.12.0',
'traitlets==4.3.2'
]

setup(
name='exodus_core',
version='1.3.1',
version='1.3.2',
description='Core functionality of εxodus',
author='Exodus Privacy',
author_email='[email protected]',
Expand Down

0 comments on commit 2491efd

Please sign in to comment.