Blank repo
This commit is contained in:
5
.commit_template
Normal file
5
.commit_template
Normal 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
19
pyproject.toml
Normal 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"
|
Reference in New Issue
Block a user