This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/9-data-analysis-python/3-medical-data-visualizer/pyproject.toml

12 lines
183 B
TOML
Raw Permalink Normal View History

2022-12-03 13:00:59 +00:00
[tool]
[tool.poetry]
authors = ["Your Name <you@example.com>"]
name = "root"
version = "0.0.0"
description = ""
[tool.poetry.dependencies]
pandas = "*"
python = "^3.7"
seaborn = "*"