Skip to content

Commit 10794e3

Browse files
committed
➕ Add uuid_utils as optional extra dependency
Signed-off-by: ff137 <[email protected]>
1 parent 9147ebb commit 10794e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ nkeys = ['nkeys']
3535
aiohttp = ['aiohttp']
3636
fast_parse = ['fast-mail-parser']
3737
orjson = ['orjson']
38+
uuid_utils = ['uuid_utils']
3839

3940
[tool.setuptools]
4041
zip-safe = true

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"aiohttp": ["aiohttp"],
1212
"fast_parse": ["fast-mail-parser"],
1313
"orjson": ["orjson"],
14+
"uuid_utils": ["uuid_utils"],
1415
},
1516
packages=["nats", "nats.aio", "nats.micro", "nats.protocol", "nats.js"],
1617
package_data={"nats": ["py.typed"]},

0 commit comments

Comments
 (0)