Skip to content

Commit

Permalink
Merge pull request #44 from coagulant/feature/fix-43
Browse files Browse the repository at this point in the history
Fix for #43
  • Loading branch information
coagulant committed Nov 4, 2015
2 parents a574f6d + 82adba6 commit 9e53a71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -22,10 +22,10 @@
description="A django template tag to display user's recent tweets.",
long_description=read(path.join(path.dirname(__file__), 'README.rst')),
install_requires=[
"django-classy-tags==0.4",
"twitter==1.9.1",
"django-appconf==0.6",
'six==1.2.0',
"django-classy-tags>=0.4",
"twitter>=1.9.1",
"django-appconf>=0.6",
'six>=1.2.0',
],
tests_require=tests_require,
test_suite="nose.collector",
Expand Down

0 comments on commit 9e53a71

Please sign in to comment.