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