ddr-scores/pyproject.toml

28 lines
575 B
TOML
Raw Normal View History

2024-05-06 20:14:06 +00:00
[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"
2024-05-06 20:48:56 +00:00
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"
2024-05-06 20:51:31 +00:00
nbconvert = "^7.16.4"
2024-05-06 20:14:06 +00:00
2024-05-06 21:11:26 +00:00
[tool.poetry.group.ci-stats.dependencies]
nbconvert = "^7.16.4"
jupyter-core = "^5.7.2"
2024-05-06 20:14:06 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"