Skip to content

Commit

Permalink
Merge pull request #70 from sdelements/bump_ua_parser
Browse files Browse the repository at this point in the history
Allow newer versions of ua parser
  • Loading branch information
RouganStriker authored Mar 11, 2019
2 parents 427b11b + 7c747bd commit 8c1cb15
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 @@ -51,6 +51,6 @@ def run(self):
],
install_requires=[
'django>=1.8',
'ua_parser==0.7.1',
'ua_parser>=0.7.1',
],
cmdclass={'test': Test})

0 comments on commit 8c1cb15

Please sign in to comment.