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

[dev-packages]
pylint = "*"
pytest = "*"
mypy = "*"

[packages]
pyside2 = "*"

[requires]
python_version = "3.8"