aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-07-10 23:38:36 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-07-11 08:25:07 -0700
commitd8339203125f9eafb567f6ae2d784fe532046837 (patch)
treec3c9da09aa3f23bb993f6ffa78b8af9a199f3eac /requirements.txt
parent4348462d9e221586448375a46aef3eff04407535 (diff)
Update Invoke Tasks and use Twine for upload
None of the tasks generated by the boilerplate included the 'context' argument required by the newest version of invoke. The 'invoke publish' task has been updated to use 'twine upload' instead of the less-secure 'python setup.py register/upload', and comments have been added to clarify possible steps needed to publish anteater. A 'invoke build' command has been added to build a source distribution and binary wheel distribution. JIRA: RELENG-237 Change-Id: I9ae705332b592ef8880d52b7d20624180e23677a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 7a52654..201b07f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,8 +2,10 @@ appdirs==1.4.3
binaryornot==0.4.3
chardet==3.0.2
docopt==0.6.2
+invoke==0.18.0
packaging==16.8
pyaml==16.12.2
pyparsing==2.2.0
PyYAML==3.12
six==1.10.0
+twine==1.9.1