Skip to content

Commit

Permalink
Do not pin requirements to avoid conflict
Browse files Browse the repository at this point in the history
Fixes #43
  • Loading branch information
coagulant committed Nov 4, 2015
1 parent a574f6d commit 82adba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
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 82adba6

Please sign in to comment.