forked from bellwether/minerva
29 lines
623 B
TOML
29 lines
623 B
TOML
[tool.poetry]
|
|
name = "minerva"
|
|
version = "0.8.0"
|
|
description = "Easier access to AWS Athena and Redshift"
|
|
authors = [
|
|
"Ari Brown <ari@airintech.com>",
|
|
"Roshan Punnoose <roshan.punnoose@jhuapl.edu>",
|
|
"Alex Zabriskie <alex.zabriskie@jhuapl.edu>"
|
|
]
|
|
packages = [
|
|
{ include = "minerva/**/*.py" },
|
|
]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.scripts]
|
|
minerva-console = "minerva.console:main"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">3.9"
|
|
boto3 = "^1.34.0"
|
|
pyarrow = "^14.0.1"
|
|
joblib = "^1.1.0"
|
|
fabric = "^3.0.0"
|
|
s3fs = ">2023.6.0"
|
|
mako = ">1.2.0"
|
|
dask = ">2023.11.0"
|
|
distributed = ">2023.11.0"
|
|
pandas = ">2.0.0"
|
|
numpy = ">1.26.0"
|