Skip to content

Commit

Permalink
add build to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
corytodd committed Jun 2, 2024
1 parent c8ee5c3 commit fc29d2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ target/
.idea

.hypothesis/

# Ignore auto-generated _version
/jsondiff/_version.py
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
hypothesis
pytest
setuptools-scm
build

0 comments on commit fc29d2a

Please sign in to comment.