aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-12-21 11:01:52 +0000
committerMarc Bonnici <marc.bonnici@arm.com>2018-12-21 14:31:06 +0000
commitd9e16bfebdcaf7bb5a8e1c6b7aad2e8954816157 (patch)
tree71437e98f854105bbe7c3137c4f45d7750d855ff
parentd21258e24dcd0c4ed7503f16faa64c80b10135ba (diff)
setup.py: Update devlib release versions
Update WA to use the new release verion of devlib on PyPi instead of the github repo.
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9aaffd5a..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.0.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.0.dev1'],
extras_require={
'other': ['jinja2'],
'test': ['nose', 'mock'],