Initial Setup

This commit is contained in:
2023-03-01 21:37:37 +00:00
commit 2a0cbece8d
5 changed files with 17 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.idea
View File
View File
+16
View File
@@ -0,0 +1,16 @@
[tool.poetry]
name = "data-analysis"
version = "0.1.0"
description = ""
authors = ["Joshua Coles <josh@coles.to>"]
readme = "README.md"
packages = [{include = "data_analysis"}]
[tool.poetry.dependencies]
python = "^3.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
View File