We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9eea73 commit 1dde89fCopy full SHA for 1dde89f
setup.py
@@ -13,7 +13,7 @@
13
long_description = open('README.md').read()
14
15
16
-version = '0.7.2'
+version = '0.7.3'
17
setup(
18
19
name = 'gitconsensus',
@@ -44,10 +44,10 @@
44
],
45
46
install_requires=[
47
- 'click>=6.0,<7.0',
+ 'click>=6.0,<8.0',
48
'github3.py>=1,<2',
49
- 'PyYAML>=3.12,<3.13',
50
- 'requests>=2.18.0,<2.19',
+ 'PyYAML>=3.12,<6',
+ 'requests>=2.18.0,<3',
51
'semantic_version>=2.6.0,<3'
52
53
0 commit comments