Skip to content

Commit 45e7c9e

Browse files
committed
peg slack dependency to 1.3.2 until 2+ backwards breaking changes can be updated in tutorial, per issue mattmakai#216
1 parent 5e1239d commit 45e7c9e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

content/pages/examples/django/django-code-examples.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ Example code from django-cms:
111111
* [django.utils timezone](/django-utils-timezone-examples.html)
112112

113113

114+
### django-debug-toolbar
115+
[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)
116+
117+
118+
114119
### django-easy-timezones
115120
[django-easy-timezones](https://github.com/Miserlou/django-easy-timezones)
116121
([project website](https://www.gun.io/blog/django-easy-timezones))

content/posts/160604-build-first-slack-bot-python.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The official `slackclient` API helper library built by Slack can send and
5858
receive messages from a Slack channel. Install the slackclient library with
5959
the `pip` command:
6060

61-
pip install slackclient
61+
pip install slackclient==1.3.2
6262

6363
When `pip` is finished you should see output like this and you'll be
6464
back at the prompt.

0 commit comments

Comments
 (0)