File size: 502 Bytes
206371d
 
 
 
 
 
 
 
 
 
 
fbc21be
206371d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tool.poetry]
name = "maorganizer"
version = "0.1.0"
description = ""
authors = ["Jessica Walkenhorst <walkenho@users.noreply.github.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
pandas = "^1.5.3"
streamlit = "^1.17.0"
openpyxl = "^3.1.2"

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
flake8 = "^6.0.0"
isort = "^5.12.0"
jupyter = "^1.0.0"
jupyterlab = "^3.6.1"
pytest = "^7.2.1"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"