Skip to content

Commit 81beb7e

Browse files
committed
adding new app dependency reference
1 parent 2d7ef88 commit 81beb7e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

application-dependencies.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ <h2>setup.py</h2>
103103
<a href="http://www.python-requests.org/en/latest/">requests</a> or
104104
<a href="https://github.com/makaimc/underwear">underwear</a> you must include setup.py
105105
so a dependency manager can correctly install both the library as well as
106-
additional dependencies for the library.</p>
106+
additional dependencies for the library. There's still quite a bit of
107+
confusion in the Python community over the difference between
108+
requirements.txt and setup.py, so read this
109+
<a href="https://caremad.io/blog/setup-vs-requirement/">well written post</a> for
110+
further clarification.</p>
107111
<h2>Application dependency resources</h2>
108112
<ul>
109113
<li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-03T09:37:15Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-03T13:52:38Z</updated></feed>

source/content/pages/09-application-dependencies/0901-application-dependencies.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ If you're building a Python library, such as
3939
[requests](http://www.python-requests.org/en/latest/) or
4040
[underwear](https://github.com/makaimc/underwear) you must include setup.py
4141
so a dependency manager can correctly install both the library as well as
42-
additional dependencies for the library.
42+
additional dependencies for the library. There's still quite a bit of
43+
confusion in the Python community over the difference between
44+
requirements.txt and setup.py, so read this
45+
[well written post](https://caremad.io/blog/setup-vs-requirement/) for
46+
further clarification.
4347

4448

4549
## Application dependency resources

0 commit comments

Comments
 (0)