pythonPackages.googlemaps: Cleanups
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchFromGitHub
|
{ stdenv
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchFromGitHub
|
||||||
, requests
|
, requests
|
||||||
, responses, pytestCheckHook, pytest, pytestcov, isPy27
|
, responses
|
||||||
|
, pytestCheckHook
|
||||||
|
, pytestcov
|
||||||
|
, isPy27
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
|||||||
Reference in New Issue
Block a user