Skip to content

Commit 1c52ea8

Browse files
committed
missing lib for pg_dumper 2
1 parent aa4bc88 commit 1c52ea8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v 0.16.3
1+
v 0.16.4
22
========
33
- added `PostgresDumper` to dump a postgres db and write the dump on an sftp server.
44

Diff for: setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# For a discussion on single-sourcing the version across setup.py and the
2929
# project code, see
3030
# https://packaging.python.org/guides/single-sourcing-package-version/
31-
version='0.16.3', # Required
31+
version='0.16.4', # Required
3232

3333
# This is a one-line description or tagline of what your project does. This
3434
# corresponds to the "Summary" metadata field:
@@ -137,7 +137,8 @@
137137
'schedule==1.2.0',
138138
'pika',
139139
'pathlib',
140-
'inquirer'
140+
'inquirer',
141+
'paramiko'
141142
],
142143

143144
# List additional groups of dependencies here (e.g. development

0 commit comments

Comments
 (0)