python3Packages.Nikola: add missing extra dependencies

This commit is contained in:
Mario Rodas
2019-04-23 04:57:21 -05:00
parent 5b316ed476
commit b9c06a271b
@@ -30,6 +30,8 @@
, toml , toml
, notebook , notebook
, ruamel_yaml , ruamel_yaml
, aiohttp
, watchdog
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -48,7 +50,7 @@ buildPythonPackage rec {
doit pygments pillow dateutil docutils Mako markdown unidecode doit pygments pillow dateutil docutils Mako markdown unidecode
lxml Yapsy PyRSS2Gen Logbook blinker natsort requests piexif Babel lxml Yapsy PyRSS2Gen Logbook blinker natsort requests piexif Babel
# requirements-extras.txt # requirements-extras.txt
phpserialize jinja2 toml notebook ruamel_yaml phpserialize jinja2 toml notebook ruamel_yaml aiohttp watchdog
]; ];
src = fetchPypi { src = fetchPypi {