streamlit: fix build

gstqt5
Jonathan Ringer 2020-09-15 11:19:26 -07:00
parent 2003495474
commit 07660b28bc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ lib, buildPythonApplication, fetchPypi
, altair, astor, base58, blinker, boto3, botocore, click, enum-compat
, future, pillow, protobuf, requests, toml, tornado, tzlocal, validators, watchdog
, future, pillow, protobuf, requests, toml, tornado_5, tzlocal, validators, watchdog
, jinja2, setuptools
}:
@ -16,7 +16,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [
altair astor base58 blinker boto3 botocore click enum-compat
future pillow protobuf requests toml tornado tzlocal validators watchdog
future pillow protobuf requests toml tornado_5 tzlocal validators watchdog
jinja2 setuptools
];