Skip to content

Commit 085993b

Browse files
committed
[NEW] Pydantic package
1 parent f1e65bb commit 085993b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
pydantic==1.10.4
12
sh

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='postgres-backup',
28-
version='0.1.7',
28+
version='0.1.8',
2929
description='Automation of the creation of backups of Postgres databases',
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',
@@ -45,6 +45,7 @@
4545
zip_safe=False,
4646
install_requires=[
4747
'sh',
48+
'pydantic==1.10.4'
4849
],
4950
extras_require=extras,
5051
classifiers=classifiers,

0 commit comments

Comments
 (0)