promnesia: cleanup
This commit is contained in:
parent
f0a11e2207
commit
26b149d62c
@ -1,8 +1,7 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, setuptools, setuptools-scm
|
{ lib, buildPythonPackage, fetchPypi, setuptools, setuptools-scm, appdirs
|
||||||
, appdirs, tzlocal, more-itertools, pytz, sqlalchemy, urlextract, fastapi
|
, tzlocal, more-itertools, pytz, sqlalchemy, urlextract, fastapi, websockets
|
||||||
, websockets, uvloop, httptools, watchfiles, uvicorn, lxml, mistletoe, logzero
|
, uvloop, httptools, watchfiles, uvicorn, lxml, mistletoe, logzero, decorator
|
||||||
, decorator, click, beautifulsoup4, sqlcipher, mypy, pandas, orjson, pytest, ...
|
, click, beautifulsoup4, sqlcipher, mypy, pandas, orjson, pytest, ... }:
|
||||||
}:
|
|
||||||
let
|
let
|
||||||
sqlcipher3 = buildPythonPackage rec {
|
sqlcipher3 = buildPythonPackage rec {
|
||||||
pname = "sqlcipher3";
|
pname = "sqlcipher3";
|
||||||
|
Loading…
Reference in New Issue
Block a user