-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
44 lines (39 loc) · 1.01 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[tool.poetry]
name = "e2e"
version = "0.1.0"
description = "E2E tests for AIOps"
authors = ["Harish Balakrishnan <[email protected]>"]
readme = "README.md"
[tool.black]
line-length = 88
target-version = ['py311']
[tool.poetry.dependencies]
python = "<3.13,>=3.9"
PyHamcrest = "^2.1.0"
PyYaml = "^6.0.2"
behave = "^1.2.6"
mockseries = "^0.3.1"
opentelemetry-api = "^1.28.2"
opentelemetry-sdk = "^1.28.2"
opentelemetry-instrumentation = "^0.49b2"
opentelemetry-instrumentation-openai = "^0.33.1"
opentelemetry-exporter-prometheus-remote-write = "^0.49b2"
opentelemetry-semantic-conventions = "^0.49b2"
opentelemetry-semantic-conventions-ai = "^0.4.1"
pydantic = "^2.8.2"
pillow = "^11.0.0"
python-dotenv = "^1.0.1"
requests = "^2.32.3"
regex = "^2024.9.11"
python-dateutil = "^2.9.0.post0"
pyjwt = "^2.9.0"
urllib3 = "^2.2.3"
pandas = "^2.2.2"
jinja2 = "^3.1.4"
black = "^25.1.0"
pre-commit = "^4.1.0"
notebook = "^7.3.2"
plotly = "^6.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"