streamlit: fix build

(cherry picked from commit 07660b28bc)
This commit is contained in:
Jonathan Ringer
2020-09-15 11:19:26 -07:00
committed by Jon
parent 3f5944efc3
commit 775b368bb9

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
];