21 lines
466 B
TOML
21 lines
466 B
TOML
[tool.poetry]
|
|
name = "downloaded_data_inspection_lab"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Daniel Tomlinson <dtomlinson@panaetius.co.uk>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
jupyterlab = "^3.4.3"
|
|
jupyterlab-execute-time = "^2.1.0"
|
|
jupyterlab-code-formatter = "^1.4.11"
|
|
black = "^22.3.0"
|
|
isort = "^5.10.1"
|
|
pandas = "^1.4.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|