You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to install one specific package with a pre-release, but not the rest.
I can currently set allow_prereleases = true, but I'll have to pin every other package to a stable version range.
I'd rather have pipenv to prefer stable releases, but allow me to set any version for a package.
For example, I'd like to use the black package with version 18.6b2.
I do not want the pre-releases for pylint-django, or any other dependency as they do not work at the moment.
I'd like to be able to install one specific package with a pre-release, but not the rest.
I can currently set
allow_prereleases = true
, but I'll have to pin every other package to a stable version range.I'd rather have pipenv to prefer stable releases, but allow me to set any version for a package.
For example, I'd like to use the
black
package with version18.6b2
.I do not want the pre-releases for pylint-django, or any other dependency as they do not work at the moment.
This one doesn't work, but I'd like it to :)
This one does work. Note the
pylint
andastroid
pinning.The text was updated successfully, but these errors were encountered: