Skip to content

Commit 3b1a6ed

Browse files
committed
Bump Coldfront to 1.1.7
Added `pytz` dependency as Coldfront no longer uses it
1 parent 44e1933 commit 3b1a6ed

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ python-keystoneclient
88
python-novaclient
99
python-neutronclient
1010
python-swiftclient
11+
pytz

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ install_requires =
3232
python-swiftclient
3333
requests < 3.0
3434
simplejson < 4.0
35+
pytz
3536

3637
[options.packages.find]
3738
where = src

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage
2-
git+https://github.com/ubccr/coldfront@2e60db247fd9a9b0d1299f1e98f1e4ef5f5c259b#egg=coldfront
2+
git+https://github.com/ubccr/coldfront@v1.1.7#egg=coldfront
33
freezegun
44
python-cinderclient # TODO: Set version for OpenStack Clients
55
python-keystoneclient

0 commit comments

Comments
 (0)