aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: 579584426a88777166c0122f773e3d44b8933580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# this pipenv 'Pipfile' is only for development and testing; the library itself
# has no dependencies beyond the Python 3 standard library

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]

[dev-packages]
flake8 = "*"
flake8-annotations = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
typing_extensions = "*"
yapf = "*"

[requires]
python_version = "3.8"