Fix osm-common and osm-im dependencies to use v9.0 03/10603/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 8 Apr 2021 19:57:24 +0000 (21:57 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 8 Apr 2021 20:01:31 +0000 (22:01 +0200)
commite5a75ba171ea534303e078171934532666c5fc90
tree49a2576894c9d193c74db71e60ad96091d4dc246
parent510da5359ab2d826a1f27f538e116452212600d3
Fix osm-common and osm-im dependencies to use v9.0

The dependencies in requirements.txt were pointing to master
instead of pointing to v9.0. With the recent changes in the
repos, osm-common and osm-im in master did not have dependencies,
so the error raised.

The file setup.py was also updated because it was enough to specify
the requirements there as 'osm-im' and 'osm-common'.

Change-Id: Ic5f0f39de283424900910ca4225ab7bf03584fa2
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
requirements.txt
setup.py