Commit f5dbee70 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.ariadne: modernize

parent e19d7955
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
  pytest-asyncio,
  pytest-mock,
  pytestCheckHook,
  pythonOlder,
  python-multipart,
  starlette,
  syrupy,
@@ -22,8 +21,6 @@ buildPythonPackage rec {
  version = "0.26.2";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "mirumee";
    repo = "ariadne";
@@ -35,9 +32,9 @@ buildPythonPackage rec {

  pythonRelaxDeps = [ "graphql-core" ];

  nativeBuildInputs = [ hatchling ];
  build-system = [ hatchling ];

  propagatedBuildInputs = [
  dependencies = [
    graphql-core
    starlette
    typing-extensions