Skip to content

Commit

Permalink
fix: fix syntax that was for makefile to be for shell
Browse files Browse the repository at this point in the history
  • Loading branch information
badGarnet committed Oct 6, 2023
1 parent 68f3d0b commit 2774206
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements/extra-docx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/extra-docx.in
# pip-compile --output-file=extra-docx.txt extra-docx.in
#
lxml==4.9.3
# via
# -c requirements/base.txt
# -c base.txt
# python-docx
python-docx==0.8.11
# via -r requirements/extra-docx.in
# via -r extra-docx.in
4 changes: 2 additions & 2 deletions requirements/extra-msg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/extra-msg.in
# pip-compile --output-file=extra-msg.txt extra-msg.in
#
msg-parser==1.2.0
# via -r requirements/extra-msg.in
# via -r extra-msg.in
olefile==0.46
# via msg-parser
8 changes: 4 additions & 4 deletions requirements/extra-odt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/extra-odt.in
# pip-compile --output-file=extra-odt.txt extra-odt.in
#
lxml==4.9.3
# via
# -c requirements/base.txt
# -c base.txt
# python-docx
pypandoc==1.11
# via -r requirements/extra-odt.in
# via -r extra-odt.in
python-docx==0.8.11
# via -r requirements/extra-odt.in
# via -r extra-odt.in
4 changes: 2 additions & 2 deletions requirements/extra-pandoc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/extra-pandoc.in
# pip-compile --output-file=extra-pandoc.txt extra-pandoc.in
#
pypandoc==1.11
# via -r requirements/extra-pandoc.in
# via -r extra-pandoc.in
2 changes: 1 addition & 1 deletion scripts/pip-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if ! python -c "import sys; assert sys.version_info.major == $major and sys.vers
exit 1
fi

cd ./requirements && $(MAKE) *.txt
cd ./requirements && make *.txt && cd ..
cp requirements/build.txt docs/requirements.txt

0 comments on commit 2774206

Please sign in to comment.