mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 11:36:35 +03:00
pin gui version to 0.6.3, dropbox to <= 9.5
This commit is contained in:
parent
51a962c748
commit
a0cca9fbcb
4
setup.py
4
setup.py
@ -31,7 +31,7 @@ install_requires = [
|
||||
'atomicwrites',
|
||||
'bugsnag',
|
||||
'click>=7.1.1',
|
||||
'dropbox>=9.4.0',
|
||||
'dropbox>=9.4.0, <=9.5.0',
|
||||
'importlib_metadata;python_version<"3.8"',
|
||||
'keyring>=19.0.0',
|
||||
'keyrings.alt>=3.0.0',
|
||||
@ -47,7 +47,7 @@ install_requires = [
|
||||
'watchdog>=0.9.0',
|
||||
]
|
||||
|
||||
gui_requires = ['maestral-qt>=0.6.2']
|
||||
gui_requires = ['maestral-qt==0.6.3']
|
||||
syslog_requires = ['systemd-python']
|
||||
|
||||
# if GUI is installed, always update it as well
|
||||
|
Loading…
Reference in New Issue
Block a user