summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorIvan Kolodyazhny <e0ne@e0ne.info>2020-03-13 17:35:51 +0200
committerOleksii Petrenko <opetrenko@mirantis.com>2020-03-17 15:10:59 +0200
commit11d4954cc3e4296921d1791610f7df24d46dea4d (patch)
tree04c32a3d4261b59ee055be53e68e9717d4ab1510 /requirements.txt
parentd8ff9cf0ea17fe6bc644a9f531003ff276f0aeb0 (diff)
downloadhorizon-11d4954cc3e4296921d1791610f7df24d46dea4d.tar.gz
Use pyScss2 and django-pyscss2
pyScss and django-pyscss packages are not maintained for a long time. We can't use the pyScss with teh setuptools>=46.0.0, so I forked these project and switch horizon to use them. Change-Id: I38a1c2c3455a10b4852d25f6c39b3c21f5c450fc Depends-On: https://review.opendev.org/712976
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 00fbb05ba..9c8a09002 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,7 +15,7 @@ debtcollector>=1.2.0 # Apache-2.0
Django>=2.2,<3.0 # BSD
django-compressor>=2.0 # MIT
django-debreach>=1.4.2 # BSD License (2 clause)
-django-pyscss>=2.0.2 # BSD License (2 clause)
+django-pyscss2>=3.0.0 # BSD License (2 clause)
futurist>=1.2.0 # Apache-2.0
iso8601>=0.1.11 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
@@ -29,7 +29,7 @@ oslo.upgradecheck>=0.1.1 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
osprofiler>=2.3.0 # Apache-2.0
pymongo!=3.1,>=3.0.2 # Apache-2.0
-pyScss!=1.3.5,>=1.3.4 # MIT License
+pyScss2>=1.4.0 # MIT License
python-cinderclient>=5.0.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-keystoneclient>=3.22.0 # Apache-2.0