We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44e1933 + 3b1a6ed commit ab472dbCopy full SHA for ab472db
requirements.txt
@@ -8,3 +8,4 @@ python-keystoneclient
8
python-novaclient
9
python-neutronclient
10
python-swiftclient
11
+pytz
setup.cfg
@@ -32,6 +32,7 @@ install_requires =
32
33
requests < 3.0
34
simplejson < 4.0
35
+ pytz
36
37
[options.packages.find]
38
where = src
test-requirements.txt
@@ -1,5 +1,5 @@
1
coverage
2
-git+https://github.com/ubccr/coldfront@2e60db247fd9a9b0d1299f1e98f1e4ef5f5c259b#egg=coldfront
+git+https://github.com/ubccr/coldfront@v1.1.7#egg=coldfront
3
freezegun
4
python-cinderclient # TODO: Set version for OpenStack Clients
5
python-keystoneclient
0 commit comments