forked from firecracker-microvm/firecracker
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (43 loc) · 1.07 KB
/
pyproject.toml
File metadata and controls
47 lines (43 loc) · 1.07 KB
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
45
46
47
[tool.poetry]
name = "tool.poetry"
version = "0.1.0"
description = "Firecracker python dependencies"
authors = ["Your Name <you@example.com>"]
package-mode = false
[tool.poetry.dependencies]
aws-embedded-metrics = "^3.1.0"
black = "^24.3.0"
# Gitlint locks this to 8.1.3. Lock from our side too to prevent different versions
click = "8.1.3"
filelock = "^3.20.1"
gitlint = "^0.19.1"
ipython = "^8.15.0"
isort = "^5.12.0"
mdformat = "^0.7.17"
mdformat-footnote = "^0.1.1"
mdformat-frontmatter = "^2.0.8"
mdformat-gfm = "^0.3.5"
numpy = "^2.3.4"
openapi-spec-validator = "^0.7.1"
pandas = "^2.3.3"
psutil = "^6.0.0"
pylint = "^3"
pytest = "^8"
pytest-json-report = "^1.5.0"
pytest-repeat = "^0.9.4"
pytest-rerunfailures = "^14"
pytest-timeout = "^2.3.1"
pytest-xdist = "^3.5"
python = "^3.12.0"
PyYAML = "^6.0"
requests = "^2.32.4"
requests-unixsocket2 = "^0.4.0"
scipy = "^1.11.2"
seaborn = "^0.13.2"
semver = "^3.0.4"
setproctitle = "^1.3.2"
tenacity = "^8.2.2"
[tool.poetry.group.dev.dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"