https://github.com/duckietown/Software
Raw File
Tip revision: 282c9db721b5a3f4b25c136b0c2b47954730ae54 authored by Simon Bing/Megacity Team on 19 April 2018, 12:56:09 UTC
Merge branch 'master18-megacity' of github.com:duckietown/Software into master18-megacity
Tip revision: 282c9db
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