forked from mirrors/nixpkgs
pythonPackages.pandas: add tables dependency
This commit is contained in:
parent
7c19b395eb
commit
09a338c1c7
|
@ -15708,6 +15708,7 @@ in modules // {
|
||||||
modules.sqlite3
|
modules.sqlite3
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
openpyxl
|
openpyxl
|
||||||
|
tables
|
||||||
xlwt
|
xlwt
|
||||||
] ++ optional isDarwin pkgs.darwin.locale; # provides the locale command
|
] ++ optional isDarwin pkgs.darwin.locale; # provides the locale command
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue