Andreas Wacknitz
2024-04-09 7bea32fd382fe993229cd2db29c3a13cb8138b09
commit | author | age
02f2ed 1 Remove optional test dependencies we do not have packaged yet.
MT 2
ea14a4 3 --- pyfakefs-5.4.0/extra_requirements.txt.orig
MT 4 +++ pyfakefs-5.4.0/extra_requirements.txt
02f2ed 5 @@ -8,13 +8,3 @@
MT 6  # Older versions might work ok, the versions chosen here are just the latest
7  # available at the time of writing.
8  pathlib2>=2.3.2
9 -scandir>=1.8
10 -
11 -# pandas + xlrd are used to test pandas-specific patches to allow
12 -# pyfakefs to work with pandas
13 -# we use the latest version to see any problems with new versions
14 -pandas==1.3.5; python_version == '3.7' # pyup: ignore
15 -pandas==2.0.3; python_version == '3.8' # pyup: ignore
ea14a4 16 -pandas==2.2.1; python_version > '3.8'
02f2ed 17 -xlrd==2.0.1
MT 18 -openpyxl==3.1.2