aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
blob: 5f9d95180cba31d81ffef2ccf82c18858d5b7c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pyyaml = "*"
numpy = "*"
opencv-python = "*"

[dev-packages]
mypy = "*"
yapf = "*"
pylint = "*"
types-pyyaml = "*"

[requires]
python_version = "3.13"