From d8339203125f9eafb567f6ae2d784fe532046837 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 10 Jul 2017 23:38:36 -0700 Subject: 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 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'requirements.txt') 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 -- cgit 1.2.3-korg