ddr-scores/pyproject.toml
Michael Zhang c66c0fc8d3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
x
2024-05-06 16:11:26 -05:00

28 lines
575 B
TOML

[tool.poetry]
name = "ddr-scores"
version = "0.1.0"
description = ""
authors = ["Michael Zhang <mail@mzhang.io>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
gitpython = "^3.1.43"
pandas = "^2.2.2"
pytz = "^2024.1"
freetype-py = "^2.4.0"
pypng = "^0.20220715.0"
july = {git = "https://github.com/iptq/july.git"}
tabulate = "^0.9.0"
jupyter-core = "^5.7.2"
nbconvert = "^7.16.4"
[tool.poetry.group.ci-stats.dependencies]
nbconvert = "^7.16.4"
jupyter-core = "^5.7.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"