[tool.poetry] name = "sensai" version = "1.0.0" description = "Toxic Live Chat Dataset" authors = ["Yasuaki Uechi "] [tool.poetry.dependencies] python = "^3.9" kaggle = "^1.5.12" numpy = "^1.21.0" pandas = "^1.2.3" pymongo = "^3.11.3" python-dateutil = "^2.8.1" altair = "^4.1.0" matplotlib = "^3.4.2" streamlit = "^0.87.0" plotly = "^5.0.0" [tool.poetry.dev-dependencies] ipykernel = "^6.2.0" yapf = "^0.31.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"