mirror of
https://github.com/borgbase/vorta
synced 2025-01-02 21:25:48 +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
|
Source Code = https://github.com/borgbase/vorta
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
python_requires = >= 3.6
|
python_requires = >=3.6, <3.10
|
||||||
setup_requires =
|
setup_requires =
|
||||||
pip >= 10
|
pip >= 10
|
||||||
pytest-runner
|
pytest-runner
|
||||||
|
@ -42,10 +42,11 @@ install_requires =
|
||||||
pyqt5
|
pyqt5
|
||||||
peewee
|
peewee
|
||||||
python-dateutil
|
python-dateutil
|
||||||
apscheduler < 4.0
|
apscheduler<=3.8
|
||||||
psutil
|
psutil
|
||||||
setuptools
|
setuptools
|
||||||
secretstorage; sys_platform != 'darwin'
|
secretstorage; sys_platform != 'darwin'
|
||||||
|
tzlocal==2.1
|
||||||
pyobjc-core; sys_platform == 'darwin'
|
pyobjc-core; sys_platform == 'darwin'
|
||||||
pyobjc-framework-Cocoa; sys_platform == 'darwin'
|
pyobjc-framework-Cocoa; sys_platform == 'darwin'
|
||||||
pyobjc-framework-LaunchServices; sys_platform == 'darwin'
|
pyobjc-framework-LaunchServices; sys_platform == 'darwin'
|
||||||
|
|
Loading…
Reference in a new issue