File size: 359 Bytes
b55787c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[tool.poetry]
name = "bigideaviewer"
version = "0.1.0"
description = ""
authors = ["ricklon <rianders@docs.rutgers.edu>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
streamlit = "^1.29.0"
pandas = "^2.1.4"
matplotlib = "^3.8.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|