aboutsummaryrefslogtreecommitdiff
path: root/extra_requirements.txt
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2020-06-12 22:16:04 +0200
committermrbean-bremen <hansemrbean@googlemail.com>2020-06-13 09:32:26 +0200
commit520914feaa39b457256c701588498a0a8c76b5cf (patch)
tree9009095e3e2554891de6d87990e6cd6c014af2f4 /extra_requirements.txt
parentd54321926f17f8a1eecb7b02aaaa66c3f6d3caa0 (diff)
downloadpyfakefs-520914feaa39b457256c701588498a0a8c76b5cf.tar.gz
Added partial support for pandas to work with pyfakefs
- support for read_csv and read_excel (with the default module) - see #531
Diffstat (limited to 'extra_requirements.txt')
-rw-r--r--extra_requirements.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/extra_requirements.txt b/extra_requirements.txt
index 9352552..b9267c4 100644
--- a/extra_requirements.txt
+++ b/extra_requirements.txt
@@ -9,5 +9,10 @@
# available at the time of writing.
pathlib2>=2.3.2
-
scandir>=1.8
+
+# pandas + xlrd are used to test pandas-specific patches to allow
+# pyfakefs to work with pandas
+# we use the latest version to see any problems with new versions
+pandas
+xlrd