-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
72 lines (68 loc) · 1.19 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[tool.poetry]
name = "dmltestys"
version = "0.1.0"
description = ""
authors = ["dml"]
[tool.poetry.dependencies]
python = "^3.7"
scikit-learn = "^0.21.2"
flask = "*"
numpy = "*"
pygame = "*"
pyside2 = "*"
cython = "*"
opencv-python = "*"
matplotlib = "*"
keras = "*"
sklearn = "*"
typing-extensions = "*"
pillow = "*"
imutils = "*"
pysmartthings = "*"
python-dotenv = "*"
django = "*"
bottle = "*"
mutagen = "*"
jinja2 = "*"
boltons = "*"
flask-sqlalchemy = "*"
flask-migrate = "*"
flask-login = "*"
flask-mail = "*"
pysimplegui = "*"
pyyaml = "*"
sqlalchemy-stubs = "*"
termcolor = "*"
rapidtables = "*"
colorama = "*"
ordered-set = "*"
ordered-set-stubs = "*"
func-timeout = "*"
toolz = "*"
cytoolz = "*"
moshmosh-base = "*"
seaborn = "*"
pyqtgraph = "*"
mechanicalsoup = "*"
[tool.poetry.dev-dependencies]
# cython = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
pytest-sugar = "*"
pytest-xdist = "*"
pylama = "*"
mccabe = "*"
autopep8 = "*"
flake8 = "*"
flake8-bugbear = "*"
flake8-comprehensions = "*"
flake8-simplify = "*"
flake8-2020 = "*"
flake8-annotations-complexity = "*"
flake8-cognitive-complexity = "^0.1.0"
cohesion = "^1.0.0" # flake8
pdbpp = "*"
pytype = "*"
pyinstaller = "*"
GitPython = "*"