Skip to content

Commit 7b6e00e

Browse files
Fix build dependencies.
1 parent 6664b87 commit 7b6e00e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="db_wrapper",
8-
version="2.0.0",
8+
version="2.0.1",
99
author="Andrew Chang-DeWitt",
1010
author_email="[email protected]",
1111
description="Simple wrapper on aiopg to handle postgres connections & basic Models.",
@@ -17,6 +17,7 @@
1717
'db_wrapper': ['py.typed']},
1818
install_requires=[
1919
'aiopg>=1.1.0,<2.0.0',
20+
'pydantic>=1.8.1,<2.0.0',
2021
],
2122
classifiers=[
2223
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)