We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 976765a + 014f841 commit a775418Copy full SHA for a775418
README.md
@@ -112,6 +112,9 @@ generating the project. This feature can be disabled by using with either `-s` o
112
retrieving the latest versions or if you have decided to skip looking up the latest version, the
113
packages will be be created with default versions.
114
115
+Note that skipping the dependency check only works for dev packages. For FastAPI projects the
116
+versions are always checked to ensure compatibatibiliy of the installed packages.
117
+
118
```sh
119
python-project create -s
120
```
0 commit comments