animdl: unpin cssselect

+6 -3
+6 -3
pkgs/applications/video/animdl/default.nix
··· 21 21 buildPythonApplication { 22 22 pname = "animdl"; 23 23 version = "1.7.27"; 24 - format = "pyproject"; 24 + pyproject = true; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "justfoolingaround"; ··· 34 34 pythonRemoveDeps = [ 35 35 "comtypes" # windows only 36 36 ]; 37 + 37 38 pythonRelaxDeps = [ 39 + "cssselect" 38 40 "httpx" 39 41 "lxml" 40 42 "packaging" ··· 45 47 "yarl" 46 48 ]; 47 49 48 - nativeBuildInputs = [ 50 + build-system = [ 49 51 poetry-core 50 52 ]; 51 - propagatedBuildInputs = [ 53 + 54 + dependencies = [ 52 55 anchor-kr 53 56 anitopy 54 57 click