Skip to content

Commit

Permalink
added autopep8 to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ypurek committed May 1, 2024
1 parent c605bdb commit 181ce83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ version_provider = "pep621"
update_changelog_on_bump = true
[project]
name = "pytestomatio"
version = "2.2.4"
version = "2.2.5"

dependencies = [
"requests>=2.29.0",
"pytest>8.0.0",
"boto3>=1.28.28",
"libcst==1.1.0",
"commitizen>=3.18.1"]
"commitizen>=3.18.1",
"autopep8>=2.1.0"]

authors = [
{ name = "Oleksii Ostapov" },
Expand Down

0 comments on commit 181ce83

Please sign in to comment.