Skip to content

Commit 1dde89f

Browse files
committed
Expand allowed versions of dependencies
1 parent c9eea73 commit 1dde89f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description = open('README.md').read()
1414

1515

16-
version = '0.7.2'
16+
version = '0.7.3'
1717
setup(
1818

1919
name = 'gitconsensus',
@@ -44,10 +44,10 @@
4444
],
4545

4646
install_requires=[
47-
'click>=6.0,<7.0',
47+
'click>=6.0,<8.0',
4848
'github3.py>=1,<2',
49-
'PyYAML>=3.12,<3.13',
50-
'requests>=2.18.0,<2.19',
49+
'PyYAML>=3.12,<6',
50+
'requests>=2.18.0,<3',
5151
'semantic_version>=2.6.0,<3'
5252
],
5353

0 commit comments

Comments
 (0)