Unverified Commit 1f4c9bb1 authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python3Packages.posthog: add missing dep `typing-extensions`

parent 1f69b230
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  requests,
  setuptools,
  six,
  typing-extensions,
}:

buildPythonPackage rec {
@@ -38,6 +39,7 @@ buildPythonPackage rec {
    python-dateutil
    requests
    six
    typing-extensions
  ];

  nativeCheckInputs = [