Skip to content

Commit 53153cf

Browse files
authored
Update requirements.txt (#71)
👍
1 parent 07151fb commit 53153cf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dbt-core==1.0.*
2-
pyathena==2.2.0
3-
boto3==1.18.12
4-
tenacity==6.3.1
1+
dbt-core>=1.0.1
2+
pyathena>=2.2.0
3+
boto3>=1.18.12
4+
tenacity>=6.3.1

Diff for: setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def _dbt_athena_version() -> str:
5252
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
5353
include_package_data=True,
5454
install_requires=[
55-
"dbt-core~=1.0.0",
56-
"pyathena==2.2.0",
57-
"boto3==1.18.12",
58-
"tenacity==6.3.1",
55+
"dbt-core>=1.0.1",
56+
"pyathena>=2.2.0",
57+
"boto3>=1.18.12",
58+
"tenacity>=6.3.1",
5959
]
6060
)

0 commit comments

Comments
 (0)