mirror of
https://github.com/aykhans/IMDBDataVisualization.git
synced 2025-04-15 23:23:13 +00:00
18 lines
359 B
TOML
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"
|