summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRobin Cernin <cerninr@gmail.com>2019-04-15 10:22:15 +1000
committerAkihiro Motoki <amotoki@gmail.com>2019-12-23 20:12:30 +0900
commit31f7fc6bb24995376bb74d7de6866f5bf2b322c8 (patch)
tree9e2bfb3a88b3e50b62634690f0e00d607523585b /requirements.txt
parent3a829be260a6c1ee8c8a73a0ff59cc68bb8d245a (diff)
downloadhorizon-31f7fc6bb24995376bb74d7de6866f5bf2b322c8.tar.gz
Deprecate exceptions.check_message
exceptions.handle() is used in most cases consistently. check_message() is a legacy which was introduced when exceptions were not well classified. exceptions.handle() should cover all common error scenarios and there is no role played by check_messages(). Let's clean up its usage and deprecate it for the future removal. Co-Authored-By: Akihiro Motoki <amotoki@gmail.com> Change-Id: I545b6c666d13d39cf5287ccc7c972dc746faf2fb Closes-Bug: #1339885
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 45fa08d33..cdc8bd7ac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,6 +10,7 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
# Horizon Core Requirements
Babel!=2.4.0,>=2.3.4 # BSD
+debtcollector>=1.2.0 # Apache-2.0
Django<2,>=1.11;python_version<'3.0' # BSD
Django>=1.11;python_version>='3.0' # BSD
django-babel>=0.6.2 # BSD