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

View File

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