parent
5b6e080603
commit
578ebda358
@ -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
|
||||||
|
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user