Skip to content

Commit

Permalink
Merge pull request #1 from inb-co/fix-dependency-problem
Browse files Browse the repository at this point in the history
Remove Django from Dependencies
  • Loading branch information
s-soroosh committed Apr 1, 2017
2 parents 70d8b4e + b84f03d commit 1214c53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,5 +1,4 @@
pytest==3.0.6
django>=1.9.1
retrying
pika
pika_pool
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -22,8 +22,7 @@ def run_tests(self):
version='0.1.5',
description='A lightweight background task runner',
author='Mahdi Zareie',
install_requires=["django>=1.9.0",
"retrying",
install_requires=["retrying",
"pika",
"pika_pool"],
author_email='mahdi.elf@gmail.com',
Expand Down

0 comments on commit 1214c53

Please sign in to comment.