Added requirements to project
This commit is contained in:
parent
dc732fc34d
commit
fae5888c52
2 changed files with 11 additions and 2 deletions
|
|
@ -4,3 +4,5 @@ boto3==1.26.40
|
||||||
pytest==7.2.0
|
pytest==7.2.0
|
||||||
httpretty==1.1.4
|
httpretty==1.1.4
|
||||||
trino==0.321.0
|
trino==0.321.0
|
||||||
|
sshtunnel==0.4.0
|
||||||
|
PyMySQL==1.0.2
|
||||||
9
setup.py
9
setup.py
|
|
@ -23,5 +23,12 @@ setup(
|
||||||
package_dir={"lolafect": "lolafect"},
|
package_dir={"lolafect": "lolafect"},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=["prefect==1.2.2", "requests==2.28.1", "boto3==1.26.40", "trino==0.321.0"],
|
install_requires=[
|
||||||
|
"prefect==1.2.2",
|
||||||
|
"requests==2.28.1",
|
||||||
|
"boto3==1.26.40",
|
||||||
|
"trino==0.321.0",
|
||||||
|
"sshtunnel==0.4.0",
|
||||||
|
"PyMySQL==1.0.2"
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue