Commit fa29e769 by Makarov Andrey Committed by GitHub

[docs] export command supports constraints.txt format (#7383)

parent f99198c3
...@@ -691,7 +691,7 @@ group defined in `tool.poetry.dependencies` when used without specifying any opt ...@@ -691,7 +691,7 @@ group defined in `tool.poetry.dependencies` when used without specifying any opt
### Options ### Options
* `--format (-f)`: The format to export to (default: `requirements.txt`). * `--format (-f)`: The format to export to (default: `requirements.txt`).
Currently, only `requirements.txt` is supported. Currently, only `constraints.txt` and `requirements.txt` are supported.
* `--output (-o)`: The name of the output file. If omitted, print to standard * `--output (-o)`: The name of the output file. If omitted, print to standard
output. output.
* `--dev`: Include development dependencies. (**Deprecated**, use `--with dev` instead) * `--dev`: Include development dependencies. (**Deprecated**, use `--with dev` instead)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment