Merged in feature/poetry (pull request #238)

Draft: Adding Poetry

* addpoetry

* pipes

* mypy

* streamlit

* searchforchange


Approved-by: Alex Galarce
This commit is contained in:
Michael McGuinness
2024-10-15 16:20:27 +00:00
parent 168d197349
commit 815fa7f0bc
127 changed files with 23586 additions and 1043 deletions
+29 -4
View File
@@ -1,4 +1,29 @@
[tool.black]
line-length = 88
target-version = ['py39','py39','py312']
include = '\.pyi?$'
[tool.poetry]
name = "pipes"
version = "0.1.0"
description = ""
authors = ["Michael McGuinness <mmcguinness@aarete.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "3.12.7"
requests = "^2.32.3"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
mypy = "^1.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88
target-version = ['py312']
[tool.mypy]
#disable_error_code = []
#install_types = true
#non_interactive = true