
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove section from setup.cfg: Wheel is not needed for python 3 only repo - Update requirements, no need for python_version anymore Change-Id: I8825104cffa158cb0423e648067fae6ad0a0711d
7 lines
279 B
Plaintext
7 lines
279 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
sphinx>=1.8.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=1.20.0 # Apache-2.0
|