Skip to content

Commit

Permalink
Downgrade eventlet to 0.17.4 to fix Python 3.6 compatibility
Browse files Browse the repository at this point in the history
Eventlet > 0.17.4 has a problem with Python 3.6: eventlet/eventlet#371
  • Loading branch information
mythmon committed Feb 16, 2017
1 parent 6e176e9 commit eb92932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe-server/requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ djangorestframework==3.3.2 \
ecdsa==0.13 \
--hash=sha256:40d002cf360d0e035cf2cb985e1308d41aaa087cbfc135b2dc2d844296ea546c \
--hash=sha256:64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa
eventlet==0.18.4 \
eventlet==0.17.4 \
--hash=sha256:ba25805af353d0378594ce60163e4660e97bdb4c8121da49c9e0beb643404055 \
--hash=sha256:74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685
factory-boy==2.6.0 \
Expand Down

0 comments on commit eb92932

Please sign in to comment.