update docker package version
This commit is contained in:
parent
9ea82ca1ee
commit
f910ef7f1a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ setup(
|
||||||
'restic_compose_backup.*',
|
'restic_compose_backup.*',
|
||||||
]),
|
]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'docker~=6.1.3',
|
'docker~=7.1.0',
|
||||||
],
|
],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'restic-compose-backup = restic_compose_backup.cli:main',
|
'restic-compose-backup = restic_compose_backup.cli:main',
|
||||||
|
|
Loading…
Add table
Reference in a new issue