[tool.poetry] name = "ddr-scores" version = "0.1.0" description = "" authors = ["Michael Zhang "] 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"