Commit c11c336
committed
Don't attempt to install wsgiref under Python 3.x
The wsgiref install fails in Python 3.6 due to a syntax error, but the
library appears to already be available as part of the standard library.
This change adds a pip directive to only install wsgiref under Python 2.1 parent ff7ca6f commit c11c336
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
0 commit comments