Skip to content

Commit

Permalink
Request ipaddress on python 3.2/3.1/3.0 too (#926)
Browse files Browse the repository at this point in the history
Even tho not directly supported it matches up reality of where the ipaddress is really required rather than 2.7 only
  • Loading branch information
scarabeusiv authored and fcurella committed Mar 15, 2019
1 parent c4ee645 commit db9bf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -78,7 +78,7 @@
"freezegun==0.3.11",
],
extras_require={
':python_version=="2.7"': [
':python_version<"3.3"': [
'ipaddress',
],
},
Expand Down

0 comments on commit db9bf7a

Please sign in to comment.