aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 13c0a68eeaf7bab8649f8d6e20f51e7f095feb75 (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 = "excel2graph"
version = "0.1.0"
description = ""
authors = ["Navan Chauhan <navanchauhan@gmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
flask = "^3.0.0"
matplotlib = "^3.8.2"
pandas = "^2.1.3"
numpy = "^1.26.2"
gunicorn = "^21.2.0"
fastapi = "^0.106.0"
uvicorn = "^0.25.0"


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