Skip to content

Commit 09c6c6a

Browse files
committed
Upgrade minimum version of coldfront
Previously, we required coldfront >= 1.0.4; with this change we require >= 1.1.0.
1 parent fab0326 commit 09c6c6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git+https://github.com/CCI-MOC/nerc-rates@74eb4a7#egg=nerc_rates
22
boto3
3-
coldfront >= 1.0.4
3+
coldfront >= 1.1.0
44
python-cinderclient # TODO: Set version for OpenStack Clients
55
python-keystoneclient
66
python-memcached==1.59

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python_requires = >=3.8
2222
install_requires =
2323
nerc_rates @ git+https://github.com/CCI-MOC/nerc-rates@74eb4a7
2424
boto3
25-
coldfront >= 1.0.4
25+
coldfront >= 1.1.0
2626
python-cinderclient
2727
python-keystoneclient
2828
python-memcached == 1.59

0 commit comments

Comments
 (0)