From a82b2d0a3b75a2a4036058d7e1765a2203ac07fa Mon Sep 17 00:00:00 2001 From: alexv Date: Wed, 11 Jan 2017 11:50:05 +0900 Subject: [PATCH] adding pyup checks for dependencies --- .pyup.yml | 7 +++++++ cmake/catkin-pip-fixups.req | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .pyup.yml diff --git a/.pyup.yml b/.pyup.yml new file mode 100644 index 0000000..e9705dc --- /dev/null +++ b/.pyup.yml @@ -0,0 +1,7 @@ +update: all +search: False + +requirements: + - cmake/catkin-pip-base.req + - cmake/catkin-pip-fixups.req + - test/test_requirements.txt diff --git a/cmake/catkin-pip-fixups.req b/cmake/catkin-pip-fixups.req index 2cb636d..1eab7e7 100644 --- a/cmake/catkin-pip-fixups.req +++ b/cmake/catkin-pip-fixups.req @@ -1,6 +1,6 @@ # Extra requirements, usually to fix some broken platform implementations... -# Installs base packages a second time, from a recent pip, to setup all entrypoints and other latest setuptools bells and wistles properly +# Installs base packages a second time, from a recent pip, to setup all entrypoints and other latest setuptools bells and whistles properly -r catkin-pip-base.req # Upgrading to use latest nose