1
0
Fork 0
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:
Manu 2021-10-23 15:14:21 +04:00 committed by GitHub
parent 06dc2489d7
commit ce9ecf0db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'