diff --git a/requirements/base.txt b/requirements/base.txt index fa90477..ef14424 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile requirements/base.in +# pip-compile --config=pyproject.toml requirements/base.in # appdirs==1.4.4 # via -r requirements/base.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 6e1addc..6689b85 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile requirements/dev.in +# pip-compile --config=pyproject.toml requirements/dev.in # altgraph==0.17.3 # via pyinstaller diff --git a/requirements/docs.txt b/requirements/docs.txt index 016cb3d..cc0ab3d 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile requirements/docs.in +# pip-compile --config=pyproject.toml requirements/docs.in # alabaster==0.7.13 # via sphinx