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

[packages]

[dev-packages]
colorama=">=0.3.7"
colorclass=">=2.2.0"
pytest-cov=">=2.4.0"
termcolor = "*"
check-wheel-contents = "*"

[requires]
python_version = "3.9"