diff --git a/setup.py b/setup.py index 428b83a..59c3306 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -from distutils.core import setup +from setuptools import setup setup(name='autodepgraph', @@ -9,5 +9,5 @@ author_email='adriaan.rol@gmail.com', packages=['autodepgraph'], ext_package='autodepgraph', - requires=["pytools", "numpy(>=1.12)", "pytest", "pytest.cov", "matplotlib"] + requires=["qcodes", "pytools", "numpy(>=1.12)", "pytest", "pytest.cov", "matplotlib"] )