File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ Unfortunately `pip` does not allow overriding constraints this way.
7373
7474### ` mxdev ` to the rescue!
7575
76- ` mxdev ` resolves Plone constraints with your needs for version pinning or source checkouts.
76+ ` mxdev ` resolves Plone constraints according to your needs for version pinning or source checkouts.
7777It reads its configuration file {file}` mx.ini ` , and your {file}` requirements.txt ` and {file}` constraints.txt ` files.
78- Then it fetches the requirements and constraints of Plone
79- Finally it writes new combined requirements in {file}` requirements-mxdev.txt ` and new constraints in {file}` constraints-mxdev.txt ` .
78+ Then it fetches the requirements and constraints of Plone.
79+ Finally, it writes new combined requirements in {file}` requirements-mxdev.txt ` and new constraints in {file}` constraints-mxdev.txt ` .
8080Together these two files contain the combined requirements and constraints, but modified according to the configuration in {file}` mx.ini ` .
8181The generated files indicate from where the constraints were fetched, and comments are added when a modification was necessary.
8282
You can’t perform that action at this time.
0 commit comments