added poetry

This commit is contained in:
Ayxan 2022-05-24 22:14:26 +04:00
parent 3cf2833568
commit 4bb786010b
2 changed files with 2133 additions and 0 deletions

2115
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

18
pyproject.toml Normal file
View File

@ -0,0 +1,18 @@
[tool.poetry]
name = "AzSuicideDataVisualization"
version = "0.1.0"
description = "Visualization of Azerbaijan suicide data"
authors = ["Ayxan <ayxan.shahsuvarov1@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
streamlit = "^1.9.0"
plotly = "^5.8.0"
pytest = "^7.1.2"
openpyxl = "^3.0.10"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"