aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: f3d63a1b1010598e41c286d74a3363ac31e19d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
ftfy = "*"
urlcanon = "*"
surt = "*"
tldextract = "*"
pycountry = "==19.8.18"
python-stdnum = "*"
toml = "*"

[dev-packages]
pytest = "*"
pytest-cov = "*"
mypy = "*"
flake8 = "*"
flake8-annotations = "*"
black = "*"
types-toml = "*"
types-requests = "*"

[requires]
python_version = "3.8"