Skip to content

Commit bd70891

Browse files
committed
Add missing dev and optional dependencies
- Add numpy and objgraph to dev dependencies (used in tests) - Add auth-kerberos optional dependency for GSSAPI authentication
1 parent 1e5fd56 commit bd70891

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ graph = ['gremlinpython>=3.7.4,<4']
3535
cle = ['cryptography>=42.0']
3636
compress-lz4 = ['lz4']
3737
compress-snappy = ['python-snappy']
38+
auth-kerberos = [
39+
'kerberos; platform_system != "Windows"',
40+
'winkerberos; platform_system == "Windows"',
41+
]
3842

3943
[dependency-groups]
4044
dev = [
@@ -51,6 +55,8 @@ dev = [
5155
"futurist",
5256
"asynctest",
5357
"pyyaml",
58+
"numpy",
59+
"objgraph",
5460
"ccm @ git+https://git@github.com/scylladb/scylla-ccm.git@master",
5561
]
5662

0 commit comments

Comments
 (0)