python3Packages.pyprosegur: propagate aiofiles
This commit is contained in:
parent
dde3e1ae3b
commit
90e512742c
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
|
, aiofiles
|
||||||
, aiohttp
|
, aiohttp
|
||||||
, backoff
|
, backoff
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
@ -20,6 +21,7 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
aiofiles
|
||||||
aiohttp
|
aiohttp
|
||||||
backoff
|
backoff
|
||||||
click
|
click
|
||||||
|
|
Loading…
Reference in a new issue