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
, pgpy, flask, bleach, misaka, humanize, markdown, psycopg2, pygments, requests
, sqlalchemy, cryptography, beautifulsoup4, sqlalchemy-utils, prometheus_client
, pgpy, flask, bleach, misaka, humanize, html5lib, markdown, psycopg2, pygments
, requests, sqlalchemy, cryptography, beautifulsoup4, sqlalchemy-utils, prometheus_client
, celery, alembic, importlib-metadata
, sassc, nodejs
, writeText }:
@ -36,6 +36,7 @@ buildPythonPackage rec {
bleach
misaka
humanize
html5lib
markdown
psycopg2
pygments