Skip to content

Commit

Permalink
Make the pika dependency optional (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
anicke authored Feb 23, 2021
1 parent decc889 commit 34a226c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ Features
Installation
============

Install the project for by running:
Install the project by running:

pip install eiffellib[rabbitmq]

If you only want to use the Eiffel message definitions leave out the optional dependency:
pip install eiffellib

Examples
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jsonschema==3.0.0a2
pika==1.0.1
pika[rabbitmq]==1.0.1

0 comments on commit 34a226c

Please sign in to comment.