We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 387dba7 + cb54c88 commit 8669c58Copy full SHA for 8669c58
1 file changed
pkgs/development/python-modules/localstack-ext/default.nix
@@ -9,6 +9,7 @@
9
dnspython,
10
plux,
11
pyaes,
12
+ pyjwt,
13
pyotp,
14
python-jose,
15
requests,
@@ -47,11 +48,12 @@ buildPythonPackage rec {
47
48
dnspython
49
plux
50
pyaes
51
+ pyjwt
52
pyotp
53
+ python-dateutil
54
python-jose
55
requests
56
tabulate
- python-dateutil
57
]
58
++ python-jose.optional-dependencies.cryptography;
59
0 commit comments