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