Skip to content

Commit f657035

Browse files
committed
add new app dependency resource
1 parent 25d4032 commit f657035

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/pages/02-development-environments/15-application-dependencies.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@ developers.
131131
been fixed to make building and installing application dependencies so
132132
much better.
133133

134+
* [Python's New Package Landscape](http://andrewsforge.com/article/python-new-package-landscape/)
135+
covers the history of Python packaging tools and examines the
136+
problems with dependency isolation and the dependency graphs that
137+
newer tools such as
138+
[Pipenv](https://pipenv.readthedocs.io/en/latest/),
139+
[Poetry](https://poetry.eustace.io/),
140+
[Hatch](https://github.com/ofek/hatch) and
141+
[pipsi](https://github.com/mitsuhiko/pipsi)
142+
aim to solve.
143+
134144
* [Python Packaging User Guide](https://packaging.python.org/)
135145
provides a collection of resources to understand how to package and
136146
distribute Python code libraries.

0 commit comments

Comments
 (0)