We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab0326 commit 09c6c6aCopy full SHA for 09c6c6a
requirements.txt
@@ -1,6 +1,6 @@
1
git+https://github.com/CCI-MOC/nerc-rates@74eb4a7#egg=nerc_rates
2
boto3
3
-coldfront >= 1.0.4
+coldfront >= 1.1.0
4
python-cinderclient # TODO: Set version for OpenStack Clients
5
python-keystoneclient
6
python-memcached==1.59
setup.cfg
@@ -22,7 +22,7 @@ python_requires = >=3.8
22
install_requires =
23
nerc_rates @ git+https://github.com/CCI-MOC/nerc-rates@74eb4a7
24
25
- coldfront >= 1.0.4
+ coldfront >= 1.1.0
26
python-cinderclient
27
28
python-memcached == 1.59
0 commit comments