generated from moj-analytical-services/data-engineering-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
42 lines (37 loc) · 1.43 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[tool.poetry]
name = "arrow_pd_parser"
version = "2.2.0"
description = "MoJ arrow-pd-parser"
authors = ["Karik Isichei <[email protected]>",
"Alec Johnson <[email protected]>",
"Kimberley Brett <[email protected]>",
"Thomas Hirsch <[email protected]>",
"Jacob Browning <[email protected]>",
"Jacob Hamblin-Pyke <[email protected]>",
"Anthony Cody <[email protected]>",
"George Kelly <[email protected]>",
"Stephen Bias <[email protected]>",
"Mike Ratford <[email protected]>",
"Tom Webber <[email protected]>",
]
readme = "README.md"
repository = "https://github.com/moj-analytical-services/mojap-arrow-pd-parser"
homepage = "https://github.com/moj-analytical-services/mojap-arrow-pd-parser"
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
pandas = ">=1.2"
pyarrow = ">=14.0.0"
mojap-metadata = {version = "^1.10.0", extras = ["arrow"]}
awswrangler = ">=2.4.0"
smart-open = "^5.2.1"
[tool.poetry.dev-dependencies]
pytest = ">=6.1"
flake8 = "^3.8.4"
black = ">=21.8b0"
yamllint = ">=1.26.3"
toml = "^0.10.2"
pre-commit = "^2.19.0"
moto = ">=3.1.6"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"