Skip to content

Commit

Permalink
[Resolves Sceptre#978] Only install typing on Python<3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellesc authored Mar 13, 2021
1 parent bd3ebd4 commit 4314f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"packaging>=16.8,<17.0",
"six>=1.11.0,<2.0.0",
"networkx==2.1",
"typing>=3.7.0,<3.8.0"
"typing>=3.7.0,<3.8.0; python_version<'3.5'"
]

test_requirements = [
Expand Down

0 comments on commit 4314f96

Please sign in to comment.