We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27f2a3 commit ab011f9Copy full SHA for ab011f9
requirements.txt
@@ -10,7 +10,7 @@ cryptography==2.2.2
10
Flask==0.12.2
11
gitconsensus==0.7.0
12
github3.py==1.0.2
13
-github3apps.py==0.1.2
+github3apps.py==0.1.3
14
idna==2.6
15
itsdangerous==0.24
16
Jinja2==2.10
setup.py
@@ -50,7 +50,7 @@
50
'Flask>=0.12.2',
51
'gitconsensus>=0.7,<0.8'
52
'github3.py>=1,<2',
53
- 'github3apps.py>=0.1.2',
+ 'github3apps.py>=0.1.3,<0.2',
54
'pyjwt>=1.5.3,<2',
55
'PyYAML>=3.12,<3.13',
56
'requests>=2.18.0,<2.19',
0 commit comments