-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 797 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (29 loc) · 797 Bytes
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
[tool.poetry]
name = "strela"
version = "0.4"
description = "A python package for financial alerts"
authors = ["ymyke"]
license = "MIT"
repository = "https://github.com/ymyke/strela"
homepage = "https://github.com/ymyke/strela"
documentation = "https://ymyke.github.io/strela/strela.html"
readme = "README.md"
keywords = ["python", "finance", "financial-analysis", "financial", "alerts", "alerting", "tessa"]
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
pandas = ">=1.3.5"
yagmail = ">=0.15.280"
keyring = ">=23" # for yagmail
python-slugify = ">=5.0.0"
tessa = "^0"
[poetry.group.dev.dependencies]
pytest = "*"
black = "*"
pylint = "*"
ipykernel = "*"
pytest-mock = "*"
pdoc = "*"
pdbpp = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"