srht: include html5lib
https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds/commit/73600466cc9c3911643961c559d1047d137602b2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user