57 lines
1.3 KiB
Nix
57 lines
1.3 KiB
Nix
# WARNING: This file was automatically generated. You should avoid editing it.
|
|
# If you run pynixify again, the file will be either overwritten or
|
|
# deleted, and you will lose the changes you made to it.
|
|
|
|
{ advocate, antlr4-python3-runtime, asgiref, buildPythonPackage, celery
|
|
, celery-redbeat, channels, channels-redis, click, cryptography, django
|
|
, django-celery-beat, django-celery-email, django-cors-headers, django-mjml
|
|
, djangorestframework, drf-jwt, drf-spectacular, faker, fetchPypi, gunicorn
|
|
, itsdangerous, lib, pillow, psycopg2, regex, requests, service-identity
|
|
, twisted, unicodecsv, uvicorn, zipp }:
|
|
|
|
buildPythonPackage rec {
|
|
pname = "baserow-backend";
|
|
version = "1.7.1";
|
|
|
|
src = lib.cleanSource ../../..;
|
|
|
|
propagatedBuildInputs = [
|
|
django
|
|
django-cors-headers
|
|
djangorestframework
|
|
drf-jwt
|
|
psycopg2
|
|
faker
|
|
twisted
|
|
gunicorn
|
|
uvicorn
|
|
django-mjml
|
|
requests
|
|
itsdangerous
|
|
drf-spectacular
|
|
pillow
|
|
asgiref
|
|
channels
|
|
channels-redis
|
|
celery
|
|
django-celery-email
|
|
advocate
|
|
zipp
|
|
unicodecsv
|
|
django-celery-beat
|
|
celery-redbeat
|
|
service-identity
|
|
regex
|
|
click
|
|
cryptography
|
|
antlr4-python3-runtime
|
|
];
|
|
|
|
# TODO FIXME
|
|
doCheck = false;
|
|
|
|
meta = with lib; {
|
|
description = "Baserow: open source no-code database backend.";
|
|
homepage = "https://baserow.io";
|
|
};
|
|
}
|