File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = '1.1.0'
15
+ __version__ = '1.1.1'
16
+
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ future>=0.16.0
3
3
requests >= 2.13.0
4
4
mock >= 2.0.0
5
5
requests_oauthlib >= 1.0.0
6
+ coverage == 4.0.3
7
+ python-coveralls >= 2.9.0
6
8
pytest >= 3.8.0
7
- pytest-cov >= 2.6 .0
9
+ pytest-cov == 2.5 .0
8
10
six >= 1.10.0
9
- enum34
10
- python-coveralls
11
- coverage >= 4.4
11
+ enum34 >= 1.1.5
12
+
Original file line number Diff line number Diff line change 35
35
'requests>=2.13.0' ,
36
36
'mock>=2.0.0' ,
37
37
'requests_oauthlib>=1.0.0' ,
38
+ 'coverage==4.0.3' ,
39
+ 'python-coveralls>=2.9.0' ,
38
40
'pytest>=3.8.0' ,
39
- 'pytest-cov>=2.6 .0' ,
41
+ 'pytest-cov==2.5 .0' ,
40
42
'six>=1.10.0' ,
41
- 'enum34' ,
42
- 'python-coveralls' ,
43
- 'coverage>=4.4'
43
+ 'enum34>=1.1.5' ,
44
44
],
45
45
license = 'Apache 2.0' ,
46
46
keywords = 'intuit quickbooks oauth auth openid client'
You can’t perform that action at this time.
0 commit comments