-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
40 lines (36 loc) · 959 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
34
35
36
37
38
39
40
[tool.poetry]
name = "openpy-dsse"
version = "0.1.4"
description = "Open source library for state estimation of a distribution network modeled in OpenDSS"
authors = ["Jorge Lara <[email protected]>"]
license = "LICENSE"
readme = "README.md"
keywords = ["OpenDSS", "DSSE", "state estimation", "smart grid", "OpenPy-DSSE", "OpenPy_DSSE"]
packages = [{include = "openpy_dsse"}]
exclude = ["openpy_dsse/examples/**/*.xlsx"]
[tool.poetry.dependencies]
python = "^3.8"
colorama = "0.4.6"
contourpy = "1.0.5"
cycler = "0.11.0"
et-xmlfile = "1.1.0"
fonttools = "4.38.0"
kiwisolver = "1.4.4"
matplotlib = "3.6.0"
mpmath = "1.2.1"
numpy = "1.23.5"
openpyxl = "3.0.10"
packaging = "21.3"
pandas = "1.2.3"
pillow = "9.2.0"
py-dss-interface = "1.0.2"
pyparsing = "3.0.9"
python-dateutil = "2.8.2"
pytz = "2022.6"
scipy = "1.9.3"
seaborn = "0.12.1"
six = "1.16.0"
sympy = "1.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"