aboutsummaryrefslogtreecommitdiff
path: root/extra_requirements.txt
blob: 93525526551ed39f0377d11e83e1caea59a5c300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# "pathlib2" and "scandir" are backports of new standard modules,  pyfakefs will
# use them if available when running on older Python versions.
#
# They are dependencies of pytest when Python < 3.6 so we sometimes get them via
# requirements.txt, this file makes them explicit dependencies for testing &
# development.
#
# Older versions might work ok, the versions chosen here are just the latest
# available at the time of writing.

pathlib2>=2.3.2

scandir>=1.8