Skip to content

Commit 28bb085

Browse files
committed
Limit installation to Py3 versions
1 parent 9b2b611 commit 28bb085

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The order of packages is significant, because pip processes them in the order
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
4-
pbr>=1.8
4+
pbr>=4.1.0
55
six>=1.9.0 # MIT
66

77
oslo.log>=1.8.0 # Apache-2.0

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ project_urls =
1212
Bug Tracker = https://github.com/indigo-dc/deepaas/issues
1313
Documentation = https://deepaas.readthedocs.io/
1414

15+
python-requires = >=3.6
16+
1517
license = Apache-2
1618
license_file = LICENSE
1719

@@ -37,9 +39,6 @@ classifier =
3739
Topic :: Scientific/Engineering :: Information Analysis
3840
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
3941

40-
[bdist_wheel]
41-
universal = 1
42-
4342
[files]
4443
packages =
4544
deepaas

0 commit comments

Comments
 (0)