Merge pull request #61044 from greydot/fix-pipenv-deps

pipenv: fix missing dependency issue (#61027)
This commit is contained in:
Mario Rodas 2019-05-06 23:53:19 -05:00 committed by GitHub
commit bdbd5f6026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ buildPythonApplication rec {
pip
requests
virtualenv
virtualenv-clone
];
doCheck = false;