Permalink
Browse files

Update lib versions, update gitignore

[ci skip]
  • Loading branch information...
1 parent 36ef365 commit 6c2cac76a56d61699af190d95bd22a88493199eb Mike Helmick committed Oct 26, 2013
Showing with 5 additions and 3 deletions.
  1. +2 −0 .gitignore
  2. +2 −2 requirements.txt
  3. +1 −1 setup.py
View
@@ -39,3 +39,5 @@ nosetests.xml
docs/_build
test.py
+
+.venv
View
@@ -1,5 +1,5 @@
coverage==3.6.0
-requests==2.0.0
-requests_oauthlib==0.3.2
+requests==2.0.1
+requests_oauthlib==0.4.0
python-coveralls==2.1.0
nose-cov==1.6
View
@@ -23,7 +23,7 @@
setup(
name='twython',
version=__version__,
- install_requires=['requests==2.0.0', 'requests_oauthlib==0.3.2'],
+ install_requires=['requests==2.0.1', 'requests_oauthlib==0.4.0'],
author='Ryan McGrath',
author_email='ryan@venodesigns.net',
license=open('LICENSE').read(),

0 comments on commit 6c2cac7

Please sign in to comment.