mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +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
|
||||
flake8
|
||||
isort
|
||||
|
|
|
@ -36,8 +36,6 @@ package_dir =
|
|||
=src
|
||||
include_package_data = true
|
||||
python_requires = >=3.7
|
||||
setup_requires =
|
||||
pip >= 10
|
||||
install_requires =
|
||||
appdirs
|
||||
paramiko
|
||||
|
|
Loading…
Reference in a new issue