summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2019-10-30 15:54:16 +0900
committerAkihiro Motoki <amotoki@gmail.com>2019-12-29 01:42:54 +0900
commit3e54ba096f172ec8979d5146f287203d995148e0 (patch)
tree821aebb96acd9e78fb40c7d87703a584913ce67f /requirements.txt
parentee36da77f5d639ed985421d1a615dc497bb0ec7d (diff)
downloadhorizon-3e54ba096f172ec8979d5146f287203d995148e0.tar.gz
Complete "Drop Python 2.7 Support" goal
The goal definition in the TC repo [1] defines the completion criteria. We have already completed 1, 2, 3 and partially 4 in [1]. This commit completes 4 (requirements.txt etc) and 5 (release note). Python dependency in the installation guide is updated. Django support plan in Ussuri is updated as well. References to python 2.7 in the document are updated as well. [1] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I0383920e32e053e1611519be774fab8dec124ccc
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index cdc8bd7ac..c9481c8c3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,8 +11,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>=1.11 # BSD
django-babel>=0.6.2 # BSD
django-compressor>=2.0 # MIT
django-debreach>=1.4.2 # BSD License (2 clause)