blob: 1967def081d688dda11d2f594cc0db9439f08007 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
pylint = "*"
yapf = "*"
mypy = "*"
pytest = "*"
[requires]
python_version = "3.11"
|