changed the dependency to be optional

master
Arjix 2021-03-26 21:31:16 +02:00 committed by GitHub
parent 403f492803
commit b65e2a3ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@ setup(
'cfscrape>=2.0.5',
'requests-cache>=0.4.13',
'tabulate>=0.8.3',
'pycryptodome>=3.8.2',
'jsbeautifier==1.11.0'
'pycryptodome>=3.8.2'
],
extras_require={
'selescrape': ['selenium'],
'unpacker': ['jsbeautifier==1.11.0'],
'gui': ['PyQt5>=5.15.1', 'selenium'],
'dev': [
'pytest',