-
Notifications
You must be signed in to change notification settings - Fork 18
/
pyproject.toml
43 lines (40 loc) · 1.09 KB
/
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
41
42
43
[tool.poetry]
name = "signal-processing-algorithms"
version = "2.1.6"
description = "Signal Processing Algorithms from MongoDB"
authors = [
"Alexander Costas <[email protected]>",
"David Bradford <[email protected]>",
"David Daly <[email protected]",
"Henrik Ingo <[email protected]>",
"Jeff Zambory <[email protected]>",
"Jim O'Leary <[email protected]>",
"Lydia Stepanek <[email protected]>"
]
license="Apache-2.0"
repository="https://github.com/mongodb/signal-processing-algorithms"
readme = "README.md"
build = "build.py"
[tool.poetry.dependencies]
python = "~3.11"
more-itertools = "^8.2.0"
setuptools = ">=65.5.1,<71.0.0"
scipy = "^1.8.1"
structlog = "^24.2"
typing-extensions = "^4.5.0"
pyyaml="^6.0.0"
gevent="^24.10.1"
numpy = "^1.24.4"
[tool.poetry.dev-dependencies]
pytest = "^8.3.4"
pytest-black = "^0.3"
pytest-cov = "^2.8"
pytest-flake8 = "^1.3.0"
pytest-isort = "^4.0"
pytest-mypy = "^0.8"
pytest-pydocstyle = "^2.0.0"
hypothesis = "^5.19"
python-service-tools = "^0.4.4"
black = "^20.8b1"
[tool.black]
line-length = 100