+<!doctype html><meta content="width=device-width,initial-scale=1"name=viewport><title>Programming with Python: Dependencies</title><style>@media only screen and (orientation:portrait){body{padding:max(.2em,2px)}div.document{max-width:min(98%,98vw)}div.content{max-width:min(98%,97vw);margin:max(1px,.1em);padding:.5em}div.toc{margin:max(1em,5px)}}@media only screen and (orientation:landscape){body{padding:max(.2em,2px) max(2em,40px,5%);font-size:105%}div.document{max-width:min(27cm,78em,98%);margin:0 auto}div.content{margin:max(1em,5px);padding:.5em 1em}div.toc{margin:max(1em,5px) 2em 2em max(1em,5px)}}body{text-align:center;color:#000;background-color:#ebf5fb;max-width:99vw;font-family:Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;line-height:150%}div.document{text-align:center}div.content{float:left;text-align:left;background-color:#fff;border:1px solid #ccc}div.toc{float:left;text-align:left;background-color:#ebf5fb;border:1px solid #ccc;outline:max(4px,.2em) solid #fff;max-width:max(25%,min(8cm,22em));padding:.6em}code{white-space:nowrap;color:#333;background-color:#f2f2f2;border-bottom:1px solid #ddd;border-radius:3px;max-width:99%}ul.toc{max-width:99%;margin:min(2px,.2em);padding:0;list-style-position:inside}li.toc{margin:min(2px,.2em);padding-left:1em}p{margin:.8em 0 .5em}a{color:#369;text-decoration:none}a:hover{color:#369;text-decoration:underline}a:visited{color:#551a8b}h1,h2,h3{color:#369}h1{margin:0;padding:.7em 0 .3em;font-size:1.7em}h2{border-bottom:1px solid #369;margin:1.3em 0 .2em;padding-bottom:.5em;font-size:1.35em}h3{border-bottom:1px solid #ccc;margin:1em 0 -.3em;padding-bottom:.3em;font-size:1.2em}div.body h1 a,div.body h2 a,div.body h3 a,div.body h4 a,div.body h5 a,div.body h6 a{color:#000!important}h1 a.anchor,h2 a.anchor,h3 a.anchor,h4 a.anchor,h5 a.anchor,h6 a.anchor{margin:0 0 0 .3em;padding:0 .2em;display:none;color:#aaa!important}h1:hover a.anchor,h2:hover a.anchor,h3:hover a.anchor,h4:hover a.anchor,h5:hover a.anchor,h6:hover a.anchor{display:inline}h1 a.anchor:hover,h2 a.anchor:hover,h3 a.anchor:hover,h4 a.anchor:hover,h5 a.anchor:hover,h6 a.anchor:hover{color:#777;background-color:#eee}div.date{text-align:right;border-top:1px solid #369;max-width:99%;margin-top:1cm;padding-top:.2em;padding-right:.6em;font-size:85%}pre{letter-spacing:.015em;border-left:5px solid #ccc;border-right:5px solid #ccc;max-width:99%;padding:.5em;font-family:Consolas,Deja Vu Sans Mono,Bitstream Vera Sans Mono,monospace;font-size:.95em;line-height:120%;overflow:scroll;background-color:#0000!important}</style><body><div class=document><div class=content><div>${toc}<h2>Programming with Python Dependencies</h2><pre>
0 commit comments