Skip to content

Commit b907a15

Browse files
committed
reorder Pipfile dependencies
1 parent c212b50 commit b907a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pyarrow = "*"
1212

1313
[dev-packages]
1414
black = "*"
15+
boto3-stubs = {extras = ["essential"], version = "*"}
1516
coveralls = "*"
1617
ipython = "*"
1718
moto = "*"
@@ -24,7 +25,6 @@ pytest = "*"
2425
ruff = "*"
2526
setuptools = "*"
2627
pip-audit = "*"
27-
boto3-stubs = {extras = ["essential"], version = "*"}
2828

2929
[requires]
3030
python_version = "3.12"

0 commit comments

Comments
 (0)