mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
Document why we need Requests > 0.12
(imported from commit 9c719d1bdd6446cedbb936449ad0225f387a0100)
This commit is contained in:
@@ -8,6 +8,7 @@ import urlparse
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Check that we have a recent enough version
|
# Check that we have a recent enough version
|
||||||
|
# Older versions don't provide the 'json' attribute on responses.
|
||||||
assert(requests.__version__ > '0.12')
|
assert(requests.__version__ > '0.12')
|
||||||
|
|
||||||
class HumbugAPI():
|
class HumbugAPI():
|
||||||
|
|||||||
Reference in New Issue
Block a user