Skip to content

Commit

Permalink
fix: ensure outcome version bind to the correct python version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Dec 5, 2020
1 parent b5d19a0 commit ecf1dd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ six==1.15.0
tornado==5.1.1; python_version<"3.6"
tornado==6.0.4; python_version>="3.6"
trio==0.16.0; python_version>="3.6"
outcome==1.1.0; python_version>="3.5"
outcome==1.1.0; python_version>="3.6"
outcome==1.0.1; python_version<="3.5"
attrs==20.3.0; python_version>="3.5"

0 comments on commit ecf1dd6

Please sign in to comment.