Skip to content

Commit 5f60676

Browse files
Merge pull request #359 from geoffharcourt/gh/fix-python3-reqs
Don't attempt to install wsgiref under Python 3.x
2 parents 6e205b7 + c11c336 commit 5f60676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pymc==2.3.4
55
pyzmq>=13.1.0
66
scipy>=0.12.0
77
tornado>=3.0.2
8-
wsgiref>=0.1.2
8+
wsgiref>=0.1.2; python_version < '3.0'
99
praw>=2.0.0
1010
jinja2

0 commit comments

Comments
 (0)