This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch v1.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git
commit 3af191c1476e094818edbea2fa366f00ab5f37bd Author: fgreg <[email protected]> AuthorDate: Wed Oct 17 17:21:35 2018 -0700 updated dependency (#11) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0db4856..a539381 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ werkzeug==0.14.1 flask==1.0.2 flask-accept==0.0.6 -nexusproto===1.0.0-SNAPSHOT +nexusproto===1.0.0 numpy==1.12.1 protobuf==3.2.0 pytz==2017.2
