Add news fragment.

This commit is contained in:
Matt Davis
2022-08-06 23:53:24 -04:00
committed by Oz N Tiram
parent 374b670afb
commit 41fe699bd0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
The deprecated way of generating requriements ``install -r`` or ``lock -r`` has been removed in favor of the ``pipenv requirements`` command.
The deprecated way of generating requirements ``install -r`` or ``lock -r`` has been removed in favor of the ``pipenv requirements`` command.
+1
View File
@@ -0,0 +1 @@
Address remaining ``pipenv`` commands that were still referencing the user or system installed ``pip`` to use the vendored ``pip`` internal to ``pipenv``.