Commit 084b02c
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 e538304 commit 084b02c
1 file changed
+13
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
129 | 127 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 128 | | |
135 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
136 | 133 | | |
137 | 134 | | |
138 | 135 | | |
| |||
0 commit comments