Skip to content

Commit

Permalink
fixes wrong dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 11, 2024
1 parent 7f595c3 commit 80015b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dependencies = [
"jsonpickle>=3.2.2",
"xlsxwriter>=3.2.0",
"django-adminactions>=2.3.0",
"python-calamine>=0.3.0",
"requests>=2.32.3",
"responses>=0.25.3",
"jmespath>=1.0.1",
"deepdiff>=8.0.1",
"python-calamine>=0.2.3",
]
[project.optional-dependencies]
docs = [
Expand Down

0 comments on commit 80015b4

Please sign in to comment.