Skip to content

Commit

Permalink
fix requirements.in
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jul 31, 2024
1 parent 192a247 commit f4a4a84
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ more_itertools
xmltodict
click
lark
efoli
# whenever adding something here, don't forget to also add it to pyproject.toml dependencies
20 changes: 15 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile pyproject.toml
# pip-compile requirements.in
#
attrs==23.2.0
# via maus (pyproject.toml)
# via -r requirements.in
click==8.1.7
# via -r requirements.in
colorama==0.4.6
# via click
efoli==0.0.1
# via maus (pyproject.toml)
# via -r requirements.in
lark==1.1.9
# via -r requirements.in
lxml==5.2.2
# via -r requirements.in
marshmallow==3.21.3
# via maus (pyproject.toml)
# via -r requirements.in
more-itertools==10.3.0
# via maus (pyproject.toml)
# via -r requirements.in
packaging==24.0
# via marshmallow
xmltodict==0.13.0
# via -r requirements.in

0 comments on commit f4a4a84

Please sign in to comment.