Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jun 17, 2024
1 parent 5dff0d6 commit c3ec590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Packages needed for miniwdl development, in addition to those in
# requirements.txt which are needed for miniwdl to run in common use.
-r requirements.txt
pyre-check==0.0.27
black==23.7.0
pylint
sphinx
Expand All @@ -21,3 +20,4 @@ recommonmark
sphinx-argparse
boto3
flake8
mypy
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setuptools>=39.1.0
importlib-metadata>=3.10.1
regex>=2020.4.4
xdg>=6.0.0
xdg>=5.0.0
docker>=3.4.0
PyYAML>=5.4.1,<7
argcomplete>=3,<4
Expand Down

0 comments on commit c3ec590

Please sign in to comment.