mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-01 06:07:47 +00:00
added poetry
This commit is contained in:
2115
poetry.lock
generated
Normal file
2115
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
Reference in New Issue
Block a user