Skip to content

Commit

Permalink
Use minimum versions instead of pinned ones for broader compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wandering-tales committed Jun 12, 2020
1 parent 773f072 commit 75af29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
requirements = [
'Click>=6.0',
'click-default-group>=1.2',
'contextlib2==0.5.5',
'contextlib2>=0.6',
'future>=0.16.0',
'inflection>=0.3',
'isodate>=0.6',
'lxml>=4.1',
'markdown>=2.6',
'Pillow>=5.0',
'python-redmine==2.2.1',
'python-redmine>=2.1',
'regex>=2018.2',
'six>=1.11',
'tabulate>=0.8',
Expand Down

0 comments on commit 75af29c

Please sign in to comment.