Commit a7a86457 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.functions-framework: relax cloudevents dependency

parent bca7b486
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "cloudevents"
  ];
  dependencies = [
    click
    cloudevents