Skip to content

Commit

Permalink
Forward-safe six dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 4, 2014
1 parent 351581e commit 58c8f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup

install_requires = [
'six==1.7.2',
'six>=1.7.2',
'tldextract==1.4',
]

setup(
name='storysniffer',
version='0.0.2',
version='0.0.3',
description='Inspect a URL and estimate if it links to news story',
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
Expand Down

0 comments on commit 58c8f1e

Please sign in to comment.