Skip to content

Commit 2b16465

Browse files
authored
Merge pull request #3 from intuit/develop
Develop
2 parents 3212b31 + f6c0824 commit 2b16465

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

intuitlib/version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '1.1.0'
15+
__version__ = '1.1.1'
16+

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ future>=0.16.0
33
requests>=2.13.0
44
mock>=2.0.0
55
requests_oauthlib>=1.0.0
6+
coverage==4.0.3
7+
python-coveralls>=2.9.0
68
pytest>=3.8.0
7-
pytest-cov>=2.6.0
9+
pytest-cov==2.5.0
810
six>=1.10.0
9-
enum34
10-
python-coveralls
11-
coverage>=4.4
11+
enum34>=1.1.5
12+

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
'requests>=2.13.0',
3636
'mock>=2.0.0',
3737
'requests_oauthlib>=1.0.0',
38+
'coverage==4.0.3',
39+
'python-coveralls>=2.9.0',
3840
'pytest>=3.8.0',
39-
'pytest-cov>=2.6.0',
41+
'pytest-cov==2.5.0',
4042
'six>=1.10.0',
41-
'enum34',
42-
'python-coveralls',
43-
'coverage>=4.4'
43+
'enum34>=1.1.5',
4444
],
4545
license='Apache 2.0',
4646
keywords='intuit quickbooks oauth auth openid client'

0 commit comments

Comments
 (0)