Commit 48ece2c
committed
Unpin versions in setup.py (2nd attempt)
This patch unpins versions in setup.py since they are pinned in
requirements.txt. This is effectively a revert of 11c2d9e
and 8fc27f4.
When we originally unpinned versions from setup.py, some clients
were running `setup.py` directly to install `lnt`, which means
they started fetching untested and incompatible versions of
packages.
Since then, we've documented the new installation procedure based
on pip and our pinned requirements (in #70).1 parent 163c3dd commit 48ece2c
1 file changed
+13
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
| |||
116 | 109 | | |
117 | 110 | | |
118 | 111 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
130 | 121 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 122 | | |
136 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
137 | 127 | | |
138 | 128 | | |
139 | 129 | | |
| |||
0 commit comments