summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: fd0a23794b6bbd85c0e12faa9dcd9b27c4cc5ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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"
sv-ttk = "^2.4.5"

[tool.poetry.dev-dependencies]

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