lmnr 0.4.17b0__tar.gz → 0.4.17b1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/PKG-INFO +46 -9
- lmnr-0.4.17b1/pyproject.toml +90 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/sdk/laminar.py +1 -1
- lmnr-0.4.17b0/pyproject.toml +0 -92
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/LICENSE +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/README.md +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/__init__.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/cli.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/sdk/__init__.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/sdk/decorators.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/sdk/evaluations.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/sdk/log.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/sdk/types.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/sdk/utils.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/.flake8 +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/.python-version +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/__init__.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/config/__init__.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/decorators/__init__.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/decorators/base.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/instruments.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/__init__.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_association_properties/test_langchain_and_external_association_properties.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_association_properties/test_langchain_association_properties.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_manual/test_manual_report.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_manual/test_resource_attributes.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_privacy_no_prompts/test_simple_workflow.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_prompt_management/test_prompt_management.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_sdk_initialization/test_resource_attributes.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_tasks/test_task_io_serialization_with_langchain.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_simple_aworkflow.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_simple_workflow.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_streaming_workflow.yaml +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/conftest.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/test_association_properties.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/test_manual.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/test_nested_tasks.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/test_privacy_no_prompts.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/test_sdk_initialization.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/test_tasks.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tests/test_workflows.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tracing/__init__.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tracing/attributes.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tracing/content_allow_list.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tracing/context_manager.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/tracing/tracing.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/utils/__init__.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/utils/in_memory_span_exporter.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/utils/json_encoder.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/utils/package_check.py +0 -0
- {lmnr-0.4.17b0 → lmnr-0.4.17b1}/src/lmnr/traceloop_sdk/version.py +0 -0
@@ -1,22 +1,59 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lmnr
|
3
|
-
Version: 0.4.
|
4
|
-
Summary: Python SDK for Laminar
|
3
|
+
Version: 0.4.17b1
|
4
|
+
Summary: Python SDK for Laminar AI
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: lmnr.ai
|
7
|
+
Requires-Python: >=3.9,<4
|
7
8
|
Classifier: License :: OSI Approved :: Apache Software License
|
8
|
-
Classifier: Programming Language :: Python :: 2
|
9
|
-
Classifier: Programming Language :: Python :: 2.7
|
10
9
|
Classifier: Programming Language :: Python :: 3
|
11
|
-
Classifier: Programming Language :: Python :: 3.4
|
12
|
-
Classifier: Programming Language :: Python :: 3.5
|
13
|
-
Classifier: Programming Language :: Python :: 3.6
|
14
|
-
Classifier: Programming Language :: Python :: 3.7
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
16
10
|
Classifier: Programming Language :: Python :: 3.9
|
17
11
|
Classifier: Programming Language :: Python :: 3.10
|
18
12
|
Classifier: Programming Language :: Python :: 3.11
|
19
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
|
+
Requires-Dist: argparse (>=1.0,<2.0)
|
15
|
+
Requires-Dist: asyncio (>=3.0,<4.0)
|
16
|
+
Requires-Dist: backoff (>=2.0,<3.0)
|
17
|
+
Requires-Dist: deprecated (>=1.0,<2.0)
|
18
|
+
Requires-Dist: jinja2 (>=3.0,<4.0)
|
19
|
+
Requires-Dist: opentelemetry-api (>=1.27.0,<2.0.0)
|
20
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc (>=1.27.0,<2.0.0)
|
21
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.27.0,<2.0.0)
|
22
|
+
Requires-Dist: opentelemetry-instrumentation-alephalpha (>=0.32.0)
|
23
|
+
Requires-Dist: opentelemetry-instrumentation-anthropic (>=0.32.0)
|
24
|
+
Requires-Dist: opentelemetry-instrumentation-bedrock (>=0.32.0)
|
25
|
+
Requires-Dist: opentelemetry-instrumentation-chromadb (>=0.32.0)
|
26
|
+
Requires-Dist: opentelemetry-instrumentation-cohere (>=0.32.0)
|
27
|
+
Requires-Dist: opentelemetry-instrumentation-google-generativeai (>=0.32.0)
|
28
|
+
Requires-Dist: opentelemetry-instrumentation-groq (>=0.32.0)
|
29
|
+
Requires-Dist: opentelemetry-instrumentation-haystack (>=0.32.0)
|
30
|
+
Requires-Dist: opentelemetry-instrumentation-lancedb (>=0.32.0)
|
31
|
+
Requires-Dist: opentelemetry-instrumentation-langchain (>=0.32.0)
|
32
|
+
Requires-Dist: opentelemetry-instrumentation-llamaindex (>=0.32.0)
|
33
|
+
Requires-Dist: opentelemetry-instrumentation-marqo (>=0.32.0)
|
34
|
+
Requires-Dist: opentelemetry-instrumentation-milvus (>=0.32.0)
|
35
|
+
Requires-Dist: opentelemetry-instrumentation-mistralai (>=0.32.0)
|
36
|
+
Requires-Dist: opentelemetry-instrumentation-ollama (>=0.32.0)
|
37
|
+
Requires-Dist: opentelemetry-instrumentation-openai (>=0.32.0)
|
38
|
+
Requires-Dist: opentelemetry-instrumentation-pinecone (>=0.32.0)
|
39
|
+
Requires-Dist: opentelemetry-instrumentation-qdrant (>=0.32.0)
|
40
|
+
Requires-Dist: opentelemetry-instrumentation-replicate (>=0.32.0)
|
41
|
+
Requires-Dist: opentelemetry-instrumentation-requests (>=0.48b0,<0.49)
|
42
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy (>=0.48b0,<0.49)
|
43
|
+
Requires-Dist: opentelemetry-instrumentation-threading (>=0.48b0,<0.49)
|
44
|
+
Requires-Dist: opentelemetry-instrumentation-together (>=0.32.0)
|
45
|
+
Requires-Dist: opentelemetry-instrumentation-transformers (>=0.32.0)
|
46
|
+
Requires-Dist: opentelemetry-instrumentation-urllib3 (>=0.48b0,<0.49)
|
47
|
+
Requires-Dist: opentelemetry-instrumentation-vertexai (>=0.32.0)
|
48
|
+
Requires-Dist: opentelemetry-instrumentation-watsonx (>=0.32.0)
|
49
|
+
Requires-Dist: opentelemetry-instrumentation-weaviate (>=0.32.0)
|
50
|
+
Requires-Dist: opentelemetry-sdk (>=1.27.0,<2.0.0)
|
51
|
+
Requires-Dist: opentelemetry-semantic-conventions-ai (==0.4.1)
|
52
|
+
Requires-Dist: pydantic (>=2.7,<3.0)
|
53
|
+
Requires-Dist: python-dotenv (>=1.0,<2.0)
|
54
|
+
Requires-Dist: requests (>=2.0,<3.0)
|
55
|
+
Requires-Dist: tenacity (>=8.0)
|
56
|
+
Requires-Dist: tqdm (>=4.0,<5.0)
|
20
57
|
Description-Content-Type: text/markdown
|
21
58
|
|
22
59
|
# Laminar Python
|
@@ -0,0 +1,90 @@
|
|
1
|
+
[project]
|
2
|
+
name = "lmnr"
|
3
|
+
version = "0.4.17b1"
|
4
|
+
description = "Python SDK for Laminar AI"
|
5
|
+
authors = [
|
6
|
+
{ name = "lmnr.ai", email = "founders@lmnr.ai" }
|
7
|
+
]
|
8
|
+
readme = "README.md"
|
9
|
+
requires-python = "^3.9"
|
10
|
+
license = "Apache-2.0"
|
11
|
+
|
12
|
+
[tool.poetry]
|
13
|
+
name = "lmnr"
|
14
|
+
version = "0.4.17b1"
|
15
|
+
description = "Python SDK for Laminar AI"
|
16
|
+
authors = ["lmnr.ai"]
|
17
|
+
readme = "README.md"
|
18
|
+
license = "Apache-2.0"
|
19
|
+
|
20
|
+
[tool.poetry.dependencies]
|
21
|
+
python = ">=3.9,<4"
|
22
|
+
pydantic = "~=2.7"
|
23
|
+
requests = "~=2.0"
|
24
|
+
python-dotenv = "~=1.0"
|
25
|
+
backoff = "~=2.0"
|
26
|
+
asyncio = "~=3.0"
|
27
|
+
opentelemetry-api = "^1.27.0"
|
28
|
+
opentelemetry-sdk = "^1.27.0"
|
29
|
+
opentelemetry-exporter-otlp-proto-http = "^1.27.0"
|
30
|
+
opentelemetry-exporter-otlp-proto-grpc = "^1.27.0"
|
31
|
+
opentelemetry-instrumentation-requests = "^0.48b0"
|
32
|
+
opentelemetry-instrumentation-sqlalchemy = "^0.48b0"
|
33
|
+
opentelemetry-instrumentation-urllib3 = "^0.48b0"
|
34
|
+
opentelemetry-instrumentation-threading = "^0.48b0"
|
35
|
+
opentelemetry-semantic-conventions-ai = "0.4.1"
|
36
|
+
tenacity = ">=8.0"
|
37
|
+
jinja2 = "~=3.0"
|
38
|
+
deprecated = "~=1.0"
|
39
|
+
opentelemetry-instrumentation-mistralai = ">=0.32.0"
|
40
|
+
opentelemetry-instrumentation-openai = ">=0.32.0"
|
41
|
+
opentelemetry-instrumentation-ollama = ">=0.32.0"
|
42
|
+
opentelemetry-instrumentation-anthropic = ">=0.32.0"
|
43
|
+
opentelemetry-instrumentation-cohere = ">=0.32.0"
|
44
|
+
opentelemetry-instrumentation-google-generativeai = ">=0.32.0"
|
45
|
+
opentelemetry-instrumentation-pinecone = ">=0.32.0"
|
46
|
+
opentelemetry-instrumentation-qdrant = ">=0.32.0"
|
47
|
+
opentelemetry-instrumentation-langchain = ">=0.32.0"
|
48
|
+
opentelemetry-instrumentation-lancedb = ">=0.32.0"
|
49
|
+
opentelemetry-instrumentation-chromadb = ">=0.32.0"
|
50
|
+
opentelemetry-instrumentation-transformers = ">=0.32.0"
|
51
|
+
opentelemetry-instrumentation-together = ">=0.32.0"
|
52
|
+
opentelemetry-instrumentation-llamaindex = ">=0.32.0"
|
53
|
+
opentelemetry-instrumentation-milvus = ">=0.32.0"
|
54
|
+
opentelemetry-instrumentation-haystack = ">=0.32.0"
|
55
|
+
opentelemetry-instrumentation-bedrock = ">=0.32.0"
|
56
|
+
opentelemetry-instrumentation-replicate = ">=0.32.0"
|
57
|
+
opentelemetry-instrumentation-vertexai = ">=0.32.0"
|
58
|
+
opentelemetry-instrumentation-watsonx = ">=0.32.0"
|
59
|
+
opentelemetry-instrumentation-weaviate = ">=0.32.0"
|
60
|
+
opentelemetry-instrumentation-alephalpha = ">=0.32.0"
|
61
|
+
opentelemetry-instrumentation-marqo = ">=0.32.0"
|
62
|
+
opentelemetry-instrumentation-groq = ">=0.32.0"
|
63
|
+
tqdm = "~=4.0"
|
64
|
+
argparse = "~=1.0"
|
65
|
+
|
66
|
+
[tool.poetry.group.dev.dependencies]
|
67
|
+
autopep8 = "^2.2.0"
|
68
|
+
flake8 = "7.0.0"
|
69
|
+
pytest = "^8.2.2"
|
70
|
+
pytest-sugar = "1.0.0"
|
71
|
+
|
72
|
+
[tool.poetry.group.test.dependencies]
|
73
|
+
openai = "^1.31.1"
|
74
|
+
vcrpy = "^6.0.1"
|
75
|
+
pytest-recording = "^0.13.1"
|
76
|
+
pydantic = "<3"
|
77
|
+
pytest-asyncio = "^0.23.7"
|
78
|
+
anthropic = "^0.25.2"
|
79
|
+
langchain = "^0.2.5"
|
80
|
+
langchain-openai = "^0.1.15"
|
81
|
+
|
82
|
+
[build-system]
|
83
|
+
requires = ["poetry-core"]
|
84
|
+
build-backend = "poetry.core.masonry.api"
|
85
|
+
|
86
|
+
[tool.poetry.scripts]
|
87
|
+
lmnr = "lmnr.cli:cli"
|
88
|
+
|
89
|
+
[project.optional-dependencies]
|
90
|
+
test = ["pytest"]
|
@@ -80,7 +80,7 @@ class Laminar:
|
|
80
80
|
in os.environ or in .env file.
|
81
81
|
Defaults to None.
|
82
82
|
env (dict[str, str], optional): Default environment passed to
|
83
|
-
`run`
|
83
|
+
`run` requests, unless
|
84
84
|
overriden at request time. Usually, model
|
85
85
|
provider keys are stored here.
|
86
86
|
Defaults to {}.
|
lmnr-0.4.17b0/pyproject.toml
DELETED
@@ -1,92 +0,0 @@
|
|
1
|
-
[project]
|
2
|
-
name = "lmnr"
|
3
|
-
version = "0.4.17b0"
|
4
|
-
description = "Python SDK for Laminar"
|
5
|
-
authors = [
|
6
|
-
{ name = "lmnr.ai", email = "founders@lmnr.ai" }
|
7
|
-
]
|
8
|
-
readme = "README.md"
|
9
|
-
requires-python = ">=3.9"
|
10
|
-
license = "Apache-2.0"
|
11
|
-
dependencies = [
|
12
|
-
"asyncio~=3.0",
|
13
|
-
"backoff~=2.0",
|
14
|
-
"pydantic~=2.7",
|
15
|
-
"python-dotenv~=1.0",
|
16
|
-
"requests~=2.0",
|
17
|
-
"opentelemetry-api~=1.27.0",
|
18
|
-
"opentelemetry-sdk~=1.27.0",
|
19
|
-
"opentelemetry-exporter-otlp-proto-http~=1.27.0",
|
20
|
-
"opentelemetry-exporter-otlp-proto-grpc~=1.27.0",
|
21
|
-
"opentelemetry-instrumentation-requests~=0.48b0",
|
22
|
-
"opentelemetry-instrumentation-sqlalchemy~=0.48b0",
|
23
|
-
"opentelemetry-instrumentation-urllib3~=0.48b0",
|
24
|
-
"opentelemetry-instrumentation-threading~=0.48b0",
|
25
|
-
"opentelemetry-semantic-conventions-ai~=0.4.1",
|
26
|
-
"tenacity~=8.0",
|
27
|
-
"jinja2~=3.0",
|
28
|
-
"deprecated~=1.0",
|
29
|
-
"opentelemetry-instrumentation-mistralai~=0.32",
|
30
|
-
"opentelemetry-instrumentation-openai~=0.32",
|
31
|
-
"opentelemetry-instrumentation-ollama~=0.32",
|
32
|
-
"opentelemetry-instrumentation-anthropic~=0.32",
|
33
|
-
"opentelemetry-instrumentation-cohere~=0.32",
|
34
|
-
"opentelemetry-instrumentation-google-generativeai~=0.32",
|
35
|
-
"opentelemetry-instrumentation-pinecone~=0.32",
|
36
|
-
"opentelemetry-instrumentation-qdrant~=0.32",
|
37
|
-
"opentelemetry-instrumentation-langchain~=0.32",
|
38
|
-
"opentelemetry-instrumentation-lancedb~=0.32",
|
39
|
-
"opentelemetry-instrumentation-chromadb~=0.32",
|
40
|
-
"opentelemetry-instrumentation-transformers~=0.32",
|
41
|
-
"opentelemetry-instrumentation-together~=0.32",
|
42
|
-
"opentelemetry-instrumentation-llamaindex~=0.32",
|
43
|
-
"opentelemetry-instrumentation-milvus~=0.32",
|
44
|
-
"opentelemetry-instrumentation-haystack~=0.32",
|
45
|
-
"opentelemetry-instrumentation-bedrock~=0.32",
|
46
|
-
"opentelemetry-instrumentation-replicate~=0.32",
|
47
|
-
"opentelemetry-instrumentation-vertexai~=0.32",
|
48
|
-
"opentelemetry-instrumentation-watsonx~=0.32",
|
49
|
-
"opentelemetry-instrumentation-weaviate~=0.32",
|
50
|
-
"opentelemetry-instrumentation-alephalpha~=0.32",
|
51
|
-
"opentelemetry-instrumentation-marqo~=0.32",
|
52
|
-
"opentelemetry-instrumentation-groq~=0.32",
|
53
|
-
"tqdm~=4.0",
|
54
|
-
"argparse~=1.0",
|
55
|
-
]
|
56
|
-
|
57
|
-
[tool.uv]
|
58
|
-
dev-dependencies= [
|
59
|
-
"autopep8==2.2.0",
|
60
|
-
"flake8~=7.0",
|
61
|
-
"pytest~=8.2",
|
62
|
-
"pytest-sugar~=1.0",
|
63
|
-
]
|
64
|
-
|
65
|
-
# this hopefully to go away when uv adds their own build system
|
66
|
-
[tool.poetry]
|
67
|
-
name = "lmnr"
|
68
|
-
version = "0.4.17b0"
|
69
|
-
description = "Python SDK for Laminar"
|
70
|
-
authors = ["lmnr.ai"]
|
71
|
-
readme = "README.md"
|
72
|
-
license = "Apache-2.0"
|
73
|
-
|
74
|
-
[tool.poetry.group.test.dependencies]
|
75
|
-
openai = "^1.31.1"
|
76
|
-
vcrpy = "^6.0.1"
|
77
|
-
pytest-recording = "^0.13.1"
|
78
|
-
pydantic = "<3"
|
79
|
-
pytest-asyncio = "^0.23.7"
|
80
|
-
anthropic = "^0.25.2"
|
81
|
-
langchain = "^0.2.5"
|
82
|
-
langchain-openai = "^0.1.15"
|
83
|
-
|
84
|
-
[build-system]
|
85
|
-
requires = ["poetry-core"]
|
86
|
-
build-backend = "poetry.core.masonry.api"
|
87
|
-
|
88
|
-
[project.scripts]
|
89
|
-
lmnr = "lmnr.cli:cli"
|
90
|
-
|
91
|
-
[project.optional-dependencies]
|
92
|
-
test = ["pytest"]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|