Skip to content

Commit d3965ba

Browse files
Traistaru Andrei Cristianandreitraistaru
authored andcommitted
Reorder existing dependencies
Reorder existing dependencies alphabetically. Signed-off-by: Traistaru Andrei Cristian <atc@amazon.com>
1 parent c5ce4c0 commit d3965ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/devctr/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ description = "Firecracker python dependencies"
55
authors = ["Your Name <you@example.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "3.10.4"
8+
black = "*"
99
boto3 = "*"
1010
botocore = "*"
1111
dataclasses = "*"
12+
gitlint = "0.16.0"
1213
nsenter = "*"
14+
pandas = "*"
1315
psutil = "5.7.0"
14-
black = "*"
1516
pylint = "*"
1617
pytest = "*"
1718
pytest-timeout = "*"
19+
python = "3.10.4"
1820
PyYAML = "*"
1921
requests = "*"
2022
requests-unixsocket = "*"
2123
retry = "*"
2224
typing-extensions = "*"
23-
gitlint = "0.16.0"
24-
pandas = "*"
2525
# We need to fix the gitlint version since version 0.17.0 has a problem:
2626
# https://pythonissues.com/issues/1410824
2727

0 commit comments

Comments
 (0)