We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce00767 commit 59f4e3cCopy full SHA for 59f4e3c
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
from distutils.core import setup
5
6
setup(
7
- version='0.7.0',
+ version='0.8.0',
8
name='testgres_pg_probackup2',
9
packages=['pg_probackup2', 'pg_probackup2.storage'],
10
description='Plugin for testgres that manages pg_probackup2',
@@ -14,5 +14,5 @@
14
author='Postgres Professional',
15
author_email='testgres@postgrespro.ru',
16
keywords=['pg_probackup', 'testing', 'testgres'],
17
- install_requires=['testgres>=1.9.2']
+ install_requires=['testgres>=1.9.2', 'zstd', 'lz4']
18
)
0 commit comments