srht: include prometheus_client

61c730191c
This commit is contained in:
Edmund Wu 2020-04-16 16:39:55 -04:00
parent 5b6e080603
commit 578ebda358
No known key found for this signature in database
GPG key ID: 8AB0E99F622EC03E
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,7 +1,7 @@
{ stdenv, fetchgit, buildPythonPackage
, python
, pgpy, srht, redis, bcrypt, qrcode, stripe, zxcvbn, alembic, pystache
, sshpubkeys, weasyprint, prometheus_client }:
, sshpubkeys, weasyprint }:
buildPythonPackage rec {
pname = "metasrht";
@ -27,7 +27,6 @@ buildPythonPackage rec {
pystache
sshpubkeys
weasyprint
prometheus_client
];
patches = [