Skip to content

Commit

Permalink
black: remove appdirs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 6, 2021
1 parent 469c02a commit 05cb210
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/black/default.nix
Expand Up @@ -2,7 +2,6 @@
, buildPythonPackage, fetchPypi, pythonOlder, setuptools-scm, pytestCheckHook
, aiohttp
, aiohttp-cors
, appdirs
, attrs
, click
, colorama
Expand Down Expand Up @@ -60,7 +59,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
aiohttp-cors
appdirs
attrs
click
colorama
Expand Down

0 comments on commit 05cb210

Please sign in to comment.