aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2019-01-10 14:05:50 +0000
committerMarc Bonnici <marc.bonnici@arm.com>2019-01-11 10:12:26 +0000
commit3c9de98a4b7c704bbb443889dc2dfe54c32a01f8 (patch)
tree2d087150dfca8464b20a5166dea3399cacc5eaad
parent5263cfd6f868761f773e3a81349fa29b2ba864c8 (diff)
setup: Update devlib requirements to development versions.
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cfda0a8d..04eb9a20 100755
--- a/setup.py
+++ b/setup.py
@@ -83,12 +83,13 @@ params = dict(
'colorama', # Printing with colors
'pyYAML', # YAML-formatted agenda parsing
'requests', # Fetch assets over HTTP
- 'devlib>=1.1.0', # Interacting with devices
+ 'devlib>=1.1.dev1', # 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'],