1
0
Fork 0

Add excel dependencies for package wetter

This commit is contained in:
clerie 2021-01-28 16:43:30 +01:00
parent a027c8cb49
commit 28ffcd58fb
1 changed files with 4 additions and 0 deletions

View File

@ -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 = ''