Skip to content

Commit

Permalink
Stop pinning tldextract to 1.2 in setup.py, since that's bad form for…
Browse files Browse the repository at this point in the history
… a library
  • Loading branch information
dan-blanchard committed Jan 5, 2016
1 parent 2ee49b7 commit 3074f13
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 @@ -11,7 +11,7 @@ def get_version():
install_requires = [
'iso3166 >= 0.4',
'pylru >= 1.0.3',
'tldextract==1.2',
'tldextract >= 1.2',
]
if sys.version_info <= (2,7):
install_requires.append("argparse >= 1.2.1")
Expand Down

0 comments on commit 3074f13

Please sign in to comment.