Skip to content

Commit

Permalink
fix: Change frictionless versions to be a range instead
Browse files Browse the repository at this point in the history
Signed-off-by: jvfe <[email protected]>
  • Loading branch information
jvfe committed Apr 8, 2024
1 parent 2648c18 commit 349dcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"rich",
"rich-click",
"click-option-group",
"frictionless==4.32.0",
"frictionless>=4.32.0, <5",
]

test_requirements = [
Expand Down

0 comments on commit 349dcf4

Please sign in to comment.