Skip to content

Commit

Permalink
remove sardana from dependencies for rpm package
Browse files Browse the repository at this point in the history
  • Loading branch information
aureocarneiro authored Mar 25, 2021
1 parent 6612a1d commit afa30b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def main():

packages = find_packages()

# Add your dependencies in the following line.
install_requires = ['sardana', 'sockio']
install_requires = ['sockio']

python_requires = '>=2.7'

Expand Down

0 comments on commit afa30b0

Please sign in to comment.