Skip to content

Commit 59f4e3c

Browse files
authored
Error with ARCHIVE_COMPRESSION zstd and lz4 (#15)
* PBCKP-3357 add import zstd, lz4 * Up version 0.8.0
1 parent ce00767 commit 59f4e3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
setup(
7-
version='0.7.0',
7+
version='0.8.0',
88
name='testgres_pg_probackup2',
99
packages=['pg_probackup2', 'pg_probackup2.storage'],
1010
description='Plugin for testgres that manages pg_probackup2',
@@ -14,5 +14,5 @@
1414
author='Postgres Professional',
1515
author_email='testgres@postgrespro.ru',
1616
keywords=['pg_probackup', 'testing', 'testgres'],
17-
install_requires=['testgres>=1.9.2']
17+
install_requires=['testgres>=1.9.2', 'zstd', 'lz4']
1818
)

0 commit comments

Comments
 (0)