-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
33 lines (33 loc) · 1006 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
authors = [{ name = "Alejandro Ouslan", email = "[email protected]" }]
maintainers = [
{ name = "Yamilette Alemany", email = "[email protected]" },
{ name = "Adriana I. Carrasquillo Cruz", email = "[email protected]" },
{ name = "Fernando J. Sierra Aponte", email = "[email protected]" },
{ name = "Bryan D. Vega Gonzalez", email = "[email protected]" },
{ name = "Edzel Enrique Ortiz Padilla", email = "[email protected]" },
]
license = { text = "GPL-3.0-or-later" }
name = "jp-webapp"
version = "1.4.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"django>=5.1.5",
"numpy>=2.1.3",
"pandas>=2.2.3",
"plotly>=5.24.1",
"polars>=1.16.0",
"psycopg2-binary>=2.9.10",
"pyarrow>=18.1.0",
"pytest>=8.3.4",
"python-dotenv>=1.0.1",
"requests>=2.32.3",
"scipy>=1.14.1",
"sqlalchemy>=2.0.36",
"sqlmodel>=0.0.22",
"tk>=0.1.0",
"tqdm>=4.67.1",
"whitenoise>=6.8.2",
]