We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6664b87 commit 7b6e00eCopy full SHA for 7b6e00e
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="db_wrapper",
8
- version="2.0.0",
+ version="2.0.1",
9
author="Andrew Chang-DeWitt",
10
author_email="andrew@andrew-chang-dewitt.dev",
11
description="Simple wrapper on aiopg to handle postgres connections & basic Models.",
@@ -17,6 +17,7 @@
17
'db_wrapper': ['py.typed']},
18
install_requires=[
19
'aiopg>=1.1.0,<2.0.0',
20
+ 'pydantic>=1.8.1,<2.0.0',
21
],
22
classifiers=[
23
"Programming Language :: Python :: 3",
0 commit comments