Skip to content

Commit

Permalink
Relax pyblish-base version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedfrechette committed Jun 2, 2020
1 parent 096dcb7 commit e3882be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
]
},
install_requires=[
"pyblish-base==1.5.3"
"pyblish-base>=1.5.3"
],
entry_points={},
)

0 comments on commit e3882be

Please sign in to comment.