Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
fixed deps in celery
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 14, 2015
1 parent c32a0a4 commit 8d484c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions celery/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ requirements:
build:
- python
- setuptools
- pytz >dev
- pytz
- billiard >=3.3.0.20,<3.4
- kombu >=3.0.25,<3.1

run:
- python
- pytz >dev
- pytz
- billiard >=3.3.0.20,<3.4
- kombu >=3.0.25,<3.1

Expand Down

0 comments on commit 8d484c6

Please sign in to comment.