Skip to content

Commit

Permalink
list optional dependencies in requirements.txt (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed May 14, 2018
1 parent 3833518 commit d227597
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
argcomplete; sys_platform != 'win32'
catkin_pkg
coloredlogs; sys_platform == 'win32'
EmPy
notify2; sys_platform == 'linux'
pypiwin32; sys_platform == 'win32'
pytest
pytest-cov
pytest-repeat
pytest-rerunfailures
PyYAML
setuptools

0 comments on commit d227597

Please sign in to comment.