https://github.com/duckietown/Software
Revision d41496340e6a5b26b5aef26098bdbd0f01d54258 authored by Eric Lu on 13 July 2018, 15:16:51 UTC, committed by Eric Lu on 13 July 2018, 15:16:51 UTC
1 parent b473125
Raw File
Tip revision: d41496340e6a5b26b5aef26098bdbd0f01d54258 authored by Eric Lu on 13 July 2018, 15:16:51 UTC
add light tag during calibration
Tip revision: d414963
requirements.txt
# These are requirements to be installed using Pip
# Note the switch '--user':
#
#   $ pip install --user --upgrade -r requirements.txt
#
# NEVER use "sudo" for these.

pyparsing==2.2.0
PyContracts==1.8.2
compmake==3.5.20
comptests==1.4.22
DecentLogs==1.1.2
QuickApp==1.3.12
conftools==1.9.1

procgraph==1.10.10
ros_node_utils==1.1.1
pymongo==3.5.1
ruamel.yaml==0.15.34
PyGeometry==1.3
beautifulsoup4==4.6.0
matplotlib==1.5.1

# SystemCmd
back to top