forked from bellwether/minerva
19 lines
347 B
TOML
19 lines
347 B
TOML
[project]
|
|
name = "minerva"
|
|
version = "0.2.0"
|
|
description = "Easier access to AWS Athena and Redshift"
|
|
dependencies = [
|
|
"boto3",
|
|
"pyarrow"
|
|
]
|
|
|
|
[tool.poetry]
|
|
name = "minerva"
|
|
version = "0.2.0"
|
|
description = "Easier access to AWS Athena and Redshift"
|
|
authors = [
|
|
"Ari Brown <ari@airintech.com>"
|
|
]
|
|
packages = [
|
|
{ include = "minerva/**/*.py"}
|
|
]
|