Blank repo

This commit is contained in:
Chris 2022-04-07 15:21:18 -04:00
commit cabdb55ba9
2 changed files with 24 additions and 0 deletions

5
.commit_template Normal file
View File

@ -0,0 +1,5 @@
# Title. No more than 50 characters ----> |
# Leave a single blank line between the title and the body (excluding comments)
# Body. Write a description of what you've changed.

19
pyproject.toml Normal file
View File

@ -0,0 +1,19 @@
[tool.poetry]
name = "mwc-pedprog-unit01-lab04"
version = "0.1.0"
description = ""
authors = ["Chris <github.com@accounts.chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
jupyterlab = "^3.3.3"
pandas = "^1.4.2"
matplotlib = "^3.5.1"
seaborn = "^0.11.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"