ayxan ad1ba1717d self.st removed from App class
self.st added to Main class
Renamed class: App -> DataPreprocessing
Renamed file: app.py -> data_preprocessing.py
Changed the application class's function types to staticmethod
2022-07-17 20:50:49 +04:00

18 lines
358 B
TOML

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