Added trino client do dependencies.
This commit is contained in:
parent
b63f824649
commit
7962bd11e6
2 changed files with 3 additions and 2 deletions
|
|
@ -2,4 +2,5 @@ prefect==1.2.2
|
|||
requests==2.28.1
|
||||
boto3==1.26.40
|
||||
pytest==7.2.0
|
||||
httpretty==1.1.4
|
||||
httpretty==1.1.4
|
||||
trino==0.321.0
|
||||
2
setup.py
2
setup.py
|
|
@ -23,5 +23,5 @@ setup(
|
|||
package_dir={"lolafect": "lolafect"},
|
||||
include_package_data=True,
|
||||
python_requires=">=3.7",
|
||||
install_requires=["prefect==1.2.2", "requests==2.28.1", "boto3==1.26.40"],
|
||||
install_requires=["prefect==1.2.2", "requests==2.28.1", "boto3==1.26.40", "trino==0.321.0"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue