etesync-dav: update dependencies

This commit is contained in:
Martin Weinelt 2022-06-22 14:39:04 +02:00
parent 9191e226db
commit 6cfccb5648
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -46,12 +46,15 @@ in python.pkgs.buildPythonApplication rec {
};
propagatedBuildInputs = with python.pkgs; [
appdirs
etebase
etesync
flask
flask-wtf
msgpack
(python.pkgs.toPythonModule (radicale3.override { python3 = python; }))
];
requests
] ++ requests.optional-dependencies.socks;
doCheck = false;