blob: 86a20d6ac3864f614974571285bc8ec578386243 (
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
27
28
29
30
|
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
ftfy = "*"
urlcanon = "*"
surt = "*"
tldextract = "*"
pycountry = "*"
python-stdnum = "*"
toml = "*"
# Future?
#datasette = "*"
[dev-packages]
pytest = "*"
pytest-cov = "*"
mypy = "*"
flake8 = "*"
flake8-annotations = "*"
# must lock black to an exact version because it is still "beta"
# see: https://github.com/psf/black/issues/517
black = "==19.10b0"
[requires]
python_version = "3.7"
|