IMDBDataVisualization/pyproject.toml
Ayxan 396cd8916d First commit
V 1.0.1
2022-06-02 02:23:13 +04:00

18 lines
359 B
TOML

[tool.poetry]
name = "imdb_data_visualization"
version = "0.1.0"
description = ""
authors = ["Ayxan <ayxan.shahsuvarov1@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
pandas = "^1.4.2"
plotly = "^5.8.0"
streamlit = "^1.9.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"