summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/firebase-messaging/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/firebase-messaging/default.nix')
-rw-r--r--pkgs/development/python-modules/firebase-messaging/default.nix41
1 files changed, 20 insertions, 21 deletions
diff --git a/pkgs/development/python-modules/firebase-messaging/default.nix b/pkgs/development/python-modules/firebase-messaging/default.nix
index 5acd1ff48022..ed630616db8b 100644
--- a/pkgs/development/python-modules/firebase-messaging/default.nix
+++ b/pkgs/development/python-modules/firebase-messaging/default.nix
@@ -1,21 +1,22 @@
-{ lib
-, async-timeout
-, buildPythonPackage
-, cryptography
-, fetchFromGitHub
-, http-ece
-, poetry-core
-, protobuf
-, pytest-asyncio
-, pytest-mock
-, pytestCheckHook
-, pythonOlder
-, requests
-, requests-mock
-, sphinx
-, sphinx-autodoc-typehints
-, sphinx-rtd-theme
-, sphinxHook
+{
+ lib,
+ async-timeout,
+ buildPythonPackage,
+ cryptography,
+ fetchFromGitHub,
+ http-ece,
+ poetry-core,
+ protobuf,
+ pytest-asyncio,
+ pytest-mock,
+ pytestCheckHook,
+ pythonOlder,
+ requests,
+ requests-mock,
+ sphinx,
+ sphinx-autodoc-typehints,
+ sphinx-rtd-theme,
+ sphinxHook,
}:
buildPythonPackage rec {
@@ -57,9 +58,7 @@ buildPythonPackage rec {
];
};
- pythonImportsCheck = [
- "firebase_messaging"
- ];
+ pythonImportsCheck = [ "firebase_messaging" ];
nativeCheckInputs = [
async-timeout