Skip to content

Commit

Permalink
➕Add click as dependency (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Mar 30, 2023
1 parent 6a94a76 commit a42e7be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"marshmallow>=3.18.0",
"more_itertools",
"xmltodict",
"click"
# add everything you add in requirements.in here
]
dynamic = ["readme", "version"]
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ marshmallow
lxml>=4.9.2
more_itertools
xmltodict
click
# whenever adding something here, don't forget to also add it to pyproject.toml dependencies
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
#
attrs==22.2.0
# via -r requirements.in
click==8.1.3
# via -r requirements.in
colorama==0.4.6
# via click
lxml==4.9.2
# via -r requirements.in
marshmallow==3.19.0
Expand Down

0 comments on commit a42e7be

Please sign in to comment.