Skip to content

Commit

Permalink
Add amundsen-rds (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: hhobson <[email protected]>
  • Loading branch information
Hugo Hobson authored Mar 25, 2021
1 parent 7f095fb commit a579a96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_packages, setup

__version__ = '4.2.1'
__version__ = '4.2.2'


requirements = [
Expand All @@ -17,7 +17,8 @@
"pyhocon>=0.3.42",
"unidecode",
"Jinja2>=2.10.0,<2.12",
"pandas>=0.21.0,<1.2.0"
"pandas>=0.21.0,<1.2.0",
"amundsen-rds"
]

kafka = ['confluent-kafka==1.0.0']
Expand Down

0 comments on commit a579a96

Please sign in to comment.