File tree Expand file tree Collapse file tree 2 files changed +87
-82
lines changed
Expand file tree Collapse file tree 2 files changed +87
-82
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ Changelog = "https://github.com/AllenNeuralDynamics/clabe/releases"
3838
3939[project .optional-dependencies ]
4040aind-services = [
41- " aind-watchdog-service >= 0.1.6.dev8" ,
42- " aind-data-schema" ,
41+ " requests" ,
42+ " pyyaml" ,
43+ " pykeepass" ,
4344 " ms-active-directory" ,
44- " aind-data-transfer-service >= 1.22.0" ,
4545 " cryptography" ,
4646 " winkerberos; sys_platform == 'win32'" ,
4747 " ldap3; sys_platform == 'win32'" ,
4848 " msal; sys_platform == 'win32'" ,
49- " requests " ,
50- " pyyaml " ,
51- " pykeepass " ,
49+ " aind-data-schema>=2 " ,
50+ " aind-data-transfer-service >= 1.22.0 " ,
51+ " aind-watchdog-service >= 0.1.6 " ,
5252]
5353
5454[dependency-groups ]
@@ -70,7 +70,6 @@ docs = [
7070 ' mkdocs-material' ,
7171 ' mkdocstrings[python]' ,
7272 ' pymdown-extensions' ,
73- ' ruff' ,
7473]
7574
7675[project .scripts ]
@@ -105,7 +104,6 @@ python_classes = ["Test*"]
105104python_functions = [" test_*" ]
106105markers = [" asyncio: mark test as requiring asyncio" ]
107106
108-
109107[tool .interrogate ]
110108ignore-init-method = true
111109ignore-magic = true
You can’t perform that action at this time.
0 commit comments