Skip to content

Commit

Permalink
Make normalization build on clean system without PyICU
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheDuong committed Mar 22, 2021
1 parent 90d3d14 commit 3a9daa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-integrations/bases/base-normalization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
author_email="contact@airbyte.io",
url="https://github.com/airbytehq/airbyte",
packages=setuptools.find_packages(),
install_requires=["airbyte-protocol", "dbt==0.18.1", "pyyaml"],
install_requires=["airbyte-protocol", "dbt==0.18.2rc1", "pyyaml"],
package_data={"": ["*.yml"]},
setup_requires=["pytest-runner"],
entry_points={
Expand Down

0 comments on commit 3a9daa2

Please sign in to comment.