aboutsummaryrefslogtreecommitdiffstats
path: root/extra/dblp/Pipfile
blob: dbf86ac0adf8bc0211184374c85975243afeca60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
selectolax = "*"

[dev-packages]

[requires]
python_version = "3.8"