Commit 5d92611
authored
Use
Since:
- the binary wheel package is much faster to install than the compiled
from source sdist, which is beneficial in an interactive tutorial
scenario
- the platform conditionals result in a more complicated requirements
file (and confusing pip output about ignoring the `psycopg` package)
which isn't ideal for beginners following the tutorial
- it results in more deterministic app/dependencies (since the libpq
version is now bundled with the package rather than being dynamically
linked), and whilst this is a trade-off, it's more in keeping with the
modern app approach of pinning dependencies using lockfiles etc
GUS-W-19240129.psycopg[binary] on all platforms (#262)1 parent 3ca0fad commit 5d92611
1 file changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
| 7 | + | |
0 commit comments