diff --git a/setup.py b/setup.py index 1be6ee1e..e6f048ca 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def main(): 'pyopenssl', ], extras_require={ - 'AMS': ['argo-ams-library', ], + 'AMS': ['argo-ams-library>=0.5.1', ], 'daemon': ['python-daemon', ], 'dirq': ['dirq'], },