Skip to content

Commit 34a226c

Browse files
authored
Make the pika dependency optional (eiffel-community#32)
1 parent decc889 commit 34a226c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ Features
2828
Installation
2929
============
3030

31-
Install the project for by running:
31+
Install the project by running:
3232

33+
pip install eiffellib[rabbitmq]
34+
35+
If you only want to use the Eiffel message definitions leave out the optional dependency:
3336
pip install eiffellib
3437

3538
Examples

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
jsonschema==3.0.0a2
2-
pika==1.0.1
2+
pika[rabbitmq]==1.0.1

0 commit comments

Comments
 (0)