| [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" | |