Skip to content

Commit

Permalink
adding pyup checks for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed Jan 11, 2017
1 parent dd3ccb2 commit a82b2d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
update: all
search: False

requirements:
- cmake/catkin-pip-base.req
- cmake/catkin-pip-fixups.req
- test/test_requirements.txt
2 changes: 1 addition & 1 deletion cmake/catkin-pip-fixups.req
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a82b2d0

Please sign in to comment.