summaryrefslogtreecommitdiff
path: root/test-requirements.txt
blob: 94a0ac1229f6e069c932bce498362a7e5a8fb166 (plain)
1
2
3
4
5
6
7
8
9
pytest
pytest-cov
restructuredtext-lint
pygments
x-wr-timezone >= 0.0.3
# install requirements depending on python version
# see https://www.python.org/dev/peps/pep-0508/#environment-markers
backports.zoneinfo; python_version == "3.7" or python_version == "3.8"
tzdata; python_version >= "3.7"