mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Limit 0.7-maint branch dependencies and Python version (#1087)
This commit is contained in:
parent
06dc2489d7
commit
ce9ecf0db2
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ project_urls =
|
|||
Source Code = https://github.com/borgbase/vorta
|
||||
|
||||
[options]
|
||||
python_requires = >= 3.6
|
||||
python_requires = >=3.6, <3.10
|
||||
setup_requires =
|
||||
pip >= 10
|
||||
pytest-runner
|
||||
|
@ -42,10 +42,11 @@ install_requires =
|
|||
pyqt5
|
||||
peewee
|
||||
python-dateutil
|
||||
apscheduler < 4.0
|
||||
apscheduler<=3.8
|
||||
psutil
|
||||
setuptools
|
||||
secretstorage; sys_platform != 'darwin'
|
||||
tzlocal==2.1
|
||||
pyobjc-core; sys_platform == 'darwin'
|
||||
pyobjc-framework-Cocoa; sys_platform == 'darwin'
|
||||
pyobjc-framework-LaunchServices; sys_platform == 'darwin'
|
||||
|
|
Loading…
Reference in a new issue