Codebase list python-castellan / 4fda4a7
Updated from global requirements Change-Id: I0865dd73e4c6936cb0935edab34893d377dd040a OpenStack Proposal Bot 8 years ago
3 changed file(s) with 24 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
11 # of appearance. Changing the order has an impact on the overall integration
22 # process, which may cause wedges in the gate later.
33
4 pbr>=0.6,!=0.7,<1.0
4 pbr<2.0,>=1.6
55 Babel>=1.3
6 cryptography>=0.9.1 # Apache-2.0
7 oslo.config>=1.9.3,<1.10.0 # Apache-2.0
8 oslo.context>=0.2.0 # Apache-2.0
9 oslo.log>=1.0.0,<1.1.0 # Apache-2.0
10 oslo.policy>=0.3.1,<0.4.0 # Apache-2.0
11 oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
12 oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
6 cryptography>=1.0 # Apache-2.0
7 oslo.config>=2.3.0 # Apache-2.0
8 oslo.context>=0.2.0 # Apache-2.0
9 oslo.log>=1.8.0 # Apache-2.0
10 oslo.policy>=0.5.0 # Apache-2.0
11 oslo.serialization>=1.4.0 # Apache-2.0
12 oslo.utils>=2.0.0 # Apache-2.0
0 #!/usr/bin/env python
10 # Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
21 #
32 # Licensed under the Apache License, Version 2.0 (the "License");
1615 # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
1716 import setuptools
1817
18 # In python < 2.7.4, a lazy loading of package `pbr` will break
19 # setuptools if some other modules registered functions in `atexit`.
20 # solution from: http://bugs.python.org/issue15881#msg170215
21 try:
22 import multiprocessing # noqa
23 except ImportError:
24 pass
25
1926 setuptools.setup(
20 setup_requires=['pbr'],
27 setup_requires=['pbr>=1.3'],
2128 pbr=True)
11 # of appearance. Changing the order has an impact on the overall integration
22 # process, which may cause wedges in the gate later.
33
4 hacking>=0.9.2,<0.10
4 hacking<0.10,>=0.9.2
55
66 coverage>=3.6
77 discover
8 python-barbicanclient>=3.0.1
9 python-subunit
10 sphinx>=1.1.2
11 oslosphinx
12 oslotest>=1.1.0.0a1
8 python-barbicanclient>=3.3.0
9 python-subunit>=0.0.18
10 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
11 oslosphinx>=2.5.0 # Apache-2.0
12 oslotest>=1.10.0 # Apache-2.0
1313 testrepository>=0.0.18
1414 testscenarios>=0.4
15 testtools>=0.9.34
15 testtools>=1.4.0