Loading pkgs/development/python-modules/pyrate-limiter/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -2,14 +2,20 @@ lib, buildPythonPackage, fetchFromGitHub, filelock, # build-system poetry-core, # optional dependencies filelock, psycopg, psycopg-pool, redis, # test pytestCheckHook, pytest-asyncio, pytest-xdist, redis, redisTestHook, }: Loading Loading @@ -56,11 +62,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "pyrate_limiter" ]; meta = with lib; { meta = { description = "Python Rate-Limiter using Leaky-Bucket Algorimth Family"; homepage = "https://github.com/vutran1710/PyrateLimiter"; changelog = "https://github.com/vutran1710/PyrateLimiter/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ kranzes ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ kranzes ]; }; } Loading
pkgs/development/python-modules/pyrate-limiter/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -2,14 +2,20 @@ lib, buildPythonPackage, fetchFromGitHub, filelock, # build-system poetry-core, # optional dependencies filelock, psycopg, psycopg-pool, redis, # test pytestCheckHook, pytest-asyncio, pytest-xdist, redis, redisTestHook, }: Loading Loading @@ -56,11 +62,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "pyrate_limiter" ]; meta = with lib; { meta = { description = "Python Rate-Limiter using Leaky-Bucket Algorimth Family"; homepage = "https://github.com/vutran1710/PyrateLimiter"; changelog = "https://github.com/vutran1710/PyrateLimiter/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ kranzes ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ kranzes ]; }; }