Skip to content

Commit 19bc7ae

Browse files
authored
Merge pull request #729 from mavaddat/patch-1
2 parents f3bbb2c + 0d5ca10 commit 19bc7ae

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

source/tutorials/managing-dependencies.rst

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,6 @@ as Python libraries, should also consider the
2626
`poetry <https://github.com/python-poetry/poetry>`_ project as an alternative dependency
2727
management solution.
2828

29-
30-
Recommendation caveats (as of April 2020)
31-
-----------------------------------------
32-
33-
While this tutorial covers the ``pipenv`` project as a tool that focuses
34-
primarily on the needs of Python application development rather than Python
35-
library development, the project itself is currently working through several
36-
`process and maintenance issues <https://github.com/pypa/pipenv/issues/3369>`_
37-
that are preventing bug fixes and new features from being published (with the
38-
entirety of 2019 passing without a new release).
39-
40-
This means that in the near term, ``pipenv`` still suffers from several quirks
41-
and performance problems without a clear timeline for resolution of those isses.
42-
43-
While this remains the case, project maintainers are likely to want to
44-
investigate :ref:`other-dependency-management-tools` for use instead of, or
45-
together with, ``pipenv``.
46-
47-
Assuming the April 2020 ``pipenv`` release goes ahead as planned, and the
48-
release after that also remains on track, then this caveat on the tutorial will
49-
be removed. If those releases *don't* remain on track, then the tutorial itself
50-
will be removed, and replaced with a discussion page on the available dependency
51-
management options.
52-
53-
5429
Installing Pipenv
5530
-----------------
5631

0 commit comments

Comments
 (0)