aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
blob: 39ee4b5bc56279a117fc66e8719952a97c954c7b (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]
requests = "*"
mwparserfromhell = "*"
click = "*"
questionary = "*"

[dev-packages]
mypy = "*"

[requires]
python_version = "3.10"