forked from bellwether/minerva
Various updates to export the main classes, update dependencies, and add an...
This commit is contained in:
parent
2c79e43f5f
commit
07d82c84d2
6 changed files with 424 additions and 12 deletions
|
|
@ -1,15 +1,6 @@
|
|||
[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"
|
||||
version = "0.2.1"
|
||||
description = "Easier access to AWS Athena and Redshift"
|
||||
authors = [
|
||||
"Ari Brown <ari@airintech.com>"
|
||||
|
|
@ -17,3 +8,9 @@ authors = [
|
|||
packages = [
|
||||
{ include = "minerva/**/*.py"}
|
||||
]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">3.9, <3.11"
|
||||
boto3 = "^1.26.161"
|
||||
pyarrow = "^12.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue