srht: include html5lib

73600466cc
This commit is contained in:
Edmund Wu 2020-04-16 16:48:32 -04:00
parent 85b64d3006
commit ae6a55cd44
No known key found for this signature in database
GPG Key ID: 8AB0E99F622EC03E

View File

@ -1,6 +1,6 @@
{ stdenv, fetchgit, fetchNodeModules, buildPythonPackage { stdenv, fetchgit, fetchNodeModules, buildPythonPackage
, pgpy, flask, bleach, misaka, humanize, markdown, psycopg2, pygments, requests , pgpy, flask, bleach, misaka, humanize, html5lib, markdown, psycopg2, pygments
, sqlalchemy, cryptography, beautifulsoup4, sqlalchemy-utils, prometheus_client , requests, sqlalchemy, cryptography, beautifulsoup4, sqlalchemy-utils, prometheus_client
, celery, alembic, importlib-metadata , celery, alembic, importlib-metadata
, sassc, nodejs , sassc, nodejs
, writeText }: , writeText }:
@ -36,6 +36,7 @@ buildPythonPackage rec {
bleach bleach
misaka misaka
humanize humanize
html5lib
markdown markdown
psycopg2 psycopg2
pygments pygments