Skip to content

Commit

Permalink
Fixed issue with pip unable to install package
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Apr 7, 2015
1 parent 4b93f17 commit 314173a
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 @@ -12,7 +12,7 @@
license='MIT',
packages=find_packages(exclude=('example', 'tests')),
install_requires=[
'Django>=1.4.2,<1.4.99,>=1.7,<1.8.99',
'Django>=1.4.2,<1.8.99,!=1.5,!=1.6',
'django_otp>=0.2.0,<0.2.99',
'qrcode>=4.0.0,<4.99',
],
Expand Down

0 comments on commit 314173a

Please sign in to comment.