Skip to content

Commit

Permalink
Fix build dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-chang-dewitt committed Mar 15, 2021
1 parent 6664b87 commit 7b6e00e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="db_wrapper",
version="2.0.0",
version="2.0.1",
author="Andrew Chang-DeWitt",
author_email="[email protected]",
description="Simple wrapper on aiopg to handle postgres connections & basic Models.",
Expand All @@ -17,6 +17,7 @@
'db_wrapper': ['py.typed']},
install_requires=[
'aiopg>=1.1.0,<2.0.0',
'pydantic>=1.8.1,<2.0.0',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 7b6e00e

Please sign in to comment.