Add excel dependencies for package wetter
This commit is contained in:
parent
a027c8cb49
commit
28ffcd58fb
@ -12,6 +12,8 @@
|
||||
python2,
|
||||
python3,
|
||||
stdenv,
|
||||
flask-excel,
|
||||
pyexcel-xlsx,
|
||||
}:
|
||||
|
||||
let
|
||||
@ -69,6 +71,8 @@ in buildPythonPackage rec {
|
||||
flask
|
||||
flask_sqlalchemy
|
||||
psycopg2
|
||||
flask-excel
|
||||
pyexcel-xlsx
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user