Skip to content

Commit

Permalink
removing docker compose req
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Jun 13, 2018
1 parent f11b23f commit abc226d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"celery>=4.1.0",
"colorlog",
"coverage",
"docker-compose",
"flake8>=3.4.1",
"future",
"kombu>=4.1.0",
Expand Down Expand Up @@ -51,7 +50,7 @@ def celery_loaders_test_suite():
setup(
name="celery-loaders",
cmdclass={"build_py": build_py},
version="1.0.4",
version="1.0.5",
description="Celery Application and Task Loader Examples",
long_description="Examples for loading celery applications with " +
"easy-to-discover task modules",
Expand Down

0 comments on commit abc226d

Please sign in to comment.