aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2019-01-09 14:23:36 +0000
committerMarc Bonnici <marc.bonnici@arm.com>2019-01-10 13:21:16 +0000
commit0ea9e2fb637e49acf583e8fd9701c79566a96d7c (patch)
treeff90215b8fb0c49648207029b41314eaa78792f7
parent78090bd94e79ff615ab79ddcfef2efc176647975 (diff)
setup: Update devlib dependency to the release version
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 04eb9a20..cfda0a8d 100755
--- a/setup.py
+++ b/setup.py
@@ -83,13 +83,12 @@ params = dict(
'colorama', # Printing with colors
'pyYAML', # YAML-formatted agenda parsing
'requests', # Fetch assets over HTTP
- 'devlib>=1.1.dev1', # Interacting with devices
+ 'devlib>=1.1.0', # Interacting with devices
'louie-latest', # callbacks dispatch
'wrapt', # better decorators
'pandas>=0.23.0', # Data analysis and manipulation
'future', # Python 2-3 compatiblity
],
- dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-1.1.dev1'],
extras_require={
'other': ['jinja2'],
'test': ['nose', 'mock'],