Skip to content

Commit

Permalink
reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
pacogomez committed Oct 9, 2017
1 parent 301503d commit 4c5e166
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CHANGES
=======

* docs
* docs
* ip allocation mode pool; validate broker config
* allocation\_mode
Expand Down
7 changes: 7 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -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/*
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
click
jsonpickle
pika >= 0.10.0
pyyaml
requests
vcd-cli >= 19.2.1.dev1
vcd-cli >= 19.2.1.dev3

0 comments on commit 4c5e166

Please sign in to comment.