Skip to content

Commit

Permalink
pnpnpn#62 solve celery incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendarocha committed Jun 25, 2020
1 parent 3c4bad7 commit 1433608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
author_email='[email protected]',
url='https://github.com/pnpnpn/timeout-decorator',
packages=['timeout_decorator'],
install_requires=[],
install_requires=['billiard'],
classifiers=CLASSIFIERS)
2 changes: 1 addition & 1 deletion timeout_decorator/timeout_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import sys
import time
import multiprocessing
import billiard as multiprocessing
import signal
from functools import wraps

Expand Down

0 comments on commit 1433608

Please sign in to comment.