mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 13:45:49 +00:00
Remove pip install dependency. By @abdeoliveira (#1578)
This commit is contained in:
parent
aff9fc2d2c
commit
78863544ae
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
black
|
black<23.0
|
||||||
coverage
|
coverage
|
||||||
flake8
|
flake8
|
||||||
isort
|
isort
|
||||||
|
|
|
@ -36,8 +36,6 @@ package_dir =
|
||||||
=src
|
=src
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
python_requires = >=3.7
|
python_requires = >=3.7
|
||||||
setup_requires =
|
|
||||||
pip >= 10
|
|
||||||
install_requires =
|
install_requires =
|
||||||
appdirs
|
appdirs
|
||||||
paramiko
|
paramiko
|
||||||
|
|
Loading…
Reference in a new issue