File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 # See the License for the specific language governing permissions and
1313 # limitations under the License.
1414
15- __version__ = '1.0.2 '
15+ __version__ = '1.1.1 '
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ future>=0.16.0
33requests >= 2.13.0
44mock >= 2.0.0
55requests_oauthlib >= 1.0.0
6+ python-coveralls >= 2.9.0
67pytest >= 3.8.0
7- pytest-cov >= 2.6.0
8+ pytest-cov < 2.6.0
89six >= 1.10.0
9- enum34
10- python-coveralls
11- coverage >= 4.4
10+ enum34 >= 1.1.5
11+
Original file line number Diff line number Diff line change 3535 'requests>=2.13.0' ,
3636 'mock>=2.0.0' ,
3737 'requests_oauthlib>=1.0.0' ,
38+ 'python-coveralls>=2.9.0' ,
3839 'pytest>=3.8.0' ,
39- 'pytest-cov>= 2.6.0' ,
40+ 'pytest-cov< 2.6.0' ,
4041 'six>=1.10.0' ,
41- 'enum34' ,
42- 'python-coveralls' ,
43- 'coverage>=4.4'
42+ 'enum34>=1.1.5' ,
4443 ],
4544 license = 'Apache 2.0' ,
4645 keywords = 'intuit quickbooks oauth auth openid client'
You can’t perform that action at this time.
0 commit comments