Make keyring a hard dependency
This commit is contained in:
parent
848cdc4a88
commit
9ac5acc31b
1 changed files with 2 additions and 4 deletions
6
setup.py
6
setup.py
|
@ -285,10 +285,8 @@ setup(
|
|||
package_data={'gajim': package_data},
|
||||
data_files=data_files,
|
||||
install_requires=[
|
||||
'keyring',
|
||||
'nbxmpp>=0.6.6',
|
||||
'pyOpenSSL>=0.12',
|
||||
],
|
||||
extras_require={
|
||||
'secret_password': ["keyring"]
|
||||
}
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue