From 4c5e166736b286043539626128c6f71ba881f5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paco=20Go=CC=81mez?= Date: Mon, 9 Oct 2017 09:56:28 -0500 Subject: [PATCH] reqs --- ChangeLog | 1 + publish.sh | 7 +++++++ requirements.txt | 6 +----- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100755 publish.sh diff --git a/ChangeLog b/ChangeLog index adbbf11fd..6618a1b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ CHANGES ======= +* docs * docs * ip allocation mode pool; validate broker config * allocation\_mode diff --git a/publish.sh b/publish.sh new file mode 100755 index 000000000..c40dee0f0 --- /dev/null +++ b/publish.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +rm -rf container_service_extension/*.pyc +rm -rf build dist +python setup.py develop +python setup.py sdist bdist_wheel +twine upload dist/* diff --git a/requirements.txt b/requirements.txt index 2879cee31..42fc261d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,2 @@ -click -jsonpickle pika >= 0.10.0 -pyyaml -requests -vcd-cli >= 19.2.1.dev1 +vcd-cli >= 19.2.1.dev3