Skip to content

Commit a579a96

Browse files
author
Hugo Hobson
authored
Add amundsen-rds (#462)
Signed-off-by: hhobson <hugo.hobson@dazn.com>
1 parent 7f095fb commit a579a96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import find_packages, setup
66

7-
__version__ = '4.2.1'
7+
__version__ = '4.2.2'
88

99

1010
requirements = [
@@ -17,7 +17,8 @@
1717
"pyhocon>=0.3.42",
1818
"unidecode",
1919
"Jinja2>=2.10.0,<2.12",
20-
"pandas>=0.21.0,<1.2.0"
20+
"pandas>=0.21.0,<1.2.0",
21+
"amundsen-rds"
2122
]
2223

2324
kafka = ['confluent-kafka==1.0.0']

0 commit comments

Comments
 (0)