Basic RabbitMQ implementation
Add rough Todo comments for RabbitMQ implementation Update requirements Add tutorial code with routing capability Remove unnecessary imports
... | ... | @@ -34,6 +34,7 @@ oauth2==1.9.0.post1 |
oauthlib==3.1.0 | ||
pathtools==0.1.2 | ||
pbr==5.4.3 | ||
pika==1.1.0 | ||
python-dateutil==2.8.1 | ||
python-editor==1.0.4 | ||
python-engineio==3.10.0 | ||
... | ... |
Please register or sign in to comment