black: remove appdirs dependency

This commit is contained in:
Phillip Cloud 2021-09-06 14:39:26 -04:00
parent 469c02a52b
commit 05cb210e9f
No known key found for this signature in database
GPG Key ID: D908212070FD785E

View File

@ -2,7 +2,6 @@
, buildPythonPackage, fetchPypi, pythonOlder, setuptools-scm, pytestCheckHook
, aiohttp
, aiohttp-cors
, appdirs
, attrs
, click
, colorama
@ -60,7 +59,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
aiohttp-cors
appdirs
attrs
click
colorama