File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# The order of packages is significant, because pip processes them in the order
2
2
# of appearance. Changing the order has an impact on the overall integration
3
3
# process, which may cause wedges in the gate later.
4
- pbr >= 1.8
4
+ pbr >= 4.1.0
5
5
six >= 1.9.0 # MIT
6
6
7
7
oslo.log >= 1.8.0 # Apache-2.0
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ project_urls =
12
12
Bug Tracker = https://github.com/indigo-dc/deepaas/issues
13
13
Documentation = https://deepaas.readthedocs.io/
14
14
15
+ python-requires = >=3.6
16
+
15
17
license = Apache-2
16
18
license_file = LICENSE
17
19
@@ -37,9 +39,6 @@ classifier =
37
39
Topic :: Scientific/Engineering :: Information Analysis
38
40
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
39
41
40
- [bdist_wheel]
41
- universal = 1
42
-
43
42
[files]
44
43
packages =
45
44
deepaas
You can’t perform that action at this time.
0 commit comments