summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: b487a2100d37a4d95eab839f17e02c142e9ac27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.poetry]
name = "gcpyramid"
version = "0.1.0"
description = ""
authors = ["navanchauhan <navanchauhan@gmail.com>"]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
pandas = "^2.0.0"
xlrd = "^2.0.1"
openpyxl = "^3.1.2"
Pillow = "^9.5.0"
matplotlib = "^3.7.1"
pyinstaller = "^5.11.0"

[tool.poetry.dev-dependencies]

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