Skip to content

Commit

Permalink
Add AMS version constraint to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Sep 11, 2024
1 parent 3a2b5c5 commit a7486c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
},
Expand Down

0 comments on commit a7486c6

Please sign in to comment.