This commit is contained in:
moT01
2020-09-29 09:51:20 -05:00
commit 88b7d3d03a
10 changed files with 1657 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[tool]
[tool.poetry]
authors = ["Your Name <you@example.com>"]
name = "root"
version = "0.0.0"
[tool.poetry.dependencies]
pandas = "*"
python = "^3.7"
seaborn = "*"