Merged in feature/poetry (pull request #238)
Draft: Adding Poetry * addpoetry * pipes * mypy * streamlit * searchforchange Approved-by: Alex Galarce
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.mypy_cache
|
||||
@@ -0,0 +1 @@
|
||||
3.12.7
|
||||
@@ -0,0 +1 @@
|
||||
# Streamlit Multipage
|
||||
Generated
+2280
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,26 @@
|
||||
[tool.poetry]
|
||||
name = "streamlit_multipage"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Michael McGuinness <mmcguinness@aarete.com>"]
|
||||
readme = "README.md"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "3.12.7"
|
||||
|
||||
|
||||
[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 = ["arg-type","import-untyped"]
|
||||
@@ -1,4 +0,0 @@
|
||||
pandas==2.2.3
|
||||
streamlit==1.39.0
|
||||
streamlit_extras==0.4.7
|
||||
streamlit_pdf_viewer==0.0.18
|
||||
Reference in New Issue
Block a user