We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ce4c0 commit d3965baCopy full SHA for d3965ba
tools/devctr/pyproject.toml
@@ -5,23 +5,23 @@ description = "Firecracker python dependencies"
5
authors = ["Your Name <you@example.com>"]
6
7
[tool.poetry.dependencies]
8
-python = "3.10.4"
+black = "*"
9
boto3 = "*"
10
botocore = "*"
11
dataclasses = "*"
12
+gitlint = "0.16.0"
13
nsenter = "*"
14
+pandas = "*"
15
psutil = "5.7.0"
-black = "*"
16
pylint = "*"
17
pytest = "*"
18
pytest-timeout = "*"
19
+python = "3.10.4"
20
PyYAML = "*"
21
requests = "*"
22
requests-unixsocket = "*"
23
retry = "*"
24
typing-extensions = "*"
-gitlint = "0.16.0"
-pandas = "*"
25
# We need to fix the gitlint version since version 0.17.0 has a problem:
26
# https://pythonissues.com/issues/1410824
27
0 commit comments