Skip to content

Commit

Permalink
Merge pull request #18 from raccoongang/invquiz-rg
Browse files Browse the repository at this point in the history
Changed required version of django in setup.py
  • Loading branch information
caesar2164 authored Jan 11, 2019
2 parents 1eb3571 + b35af54 commit c767a84
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 @@ -52,7 +52,7 @@ def run_tests(self):
'invideoquiz',
],
install_requires=[
'django >= 1.8, < 1.9',
'django >= 1.8',
'django_nose',
'mock',
'coverage',
Expand Down

0 comments on commit c767a84

Please sign in to comment.