Skip to content

Commit 15b31fc

Browse files
committed
Maybe something like this for the cloud dependencies?
1 parent f44bff0 commit 15b31fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
'PyNaCl>=1.3.0',
2828
'zstandard>=0.11.1',
2929
],
30+
extras_require={
31+
'b2': ['b2'],
32+
's3': ['boto3'],
33+
},
3034

3135
description='Pretty Ok Gncryption',
3236
long_description=(

0 commit comments

Comments
 (0)