Skip to content

Commit

Permalink
fix django version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahdi Zareie authored and Mahdi Zareie committed Feb 14, 2017
1 parent 48233f3 commit 0a4f1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
pytest==3.0.6
django==1.9.12
django>=1.9.1
retrying
pika
pika_pool
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def run_tests(self):
version='0.1.4',
description='A lightweight background task runner',
author='Mahdi Zareie',
install_requires=["django==1.9.12",
install_requires=["django>=1.9.0",
"retrying",
"pika",
"pika_pool"],
Expand Down

0 comments on commit 0a4f1b3

Please sign in to comment.