6d1ac152a6
1. Update hacking version to latest 2. Update some urls to https 3. change the py35 to py36 since py35 is removed Change-Id: I6de72299d865225ccb522dca8316a024eebe75fd
16 lines
654 B
Plaintext
16 lines
654 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.
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
|
|
nodeenv>=0.9.4 # BSD
|
|
selenium>=2.50.1 # Apache-2.0
|
|
# Docs Requirements
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|