From 386439607c89ef56a14b14e3e59418a59d87ee4c Mon Sep 17 00:00:00 2001 From: Emily Barbour Date: Tue, 6 Nov 2018 16:48:55 -0500 Subject: [PATCH 1/2] bump reqs --- twbot/requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/twbot/requirements.txt b/twbot/requirements.txt index a2c5e98..f08e310 100755 --- a/twbot/requirements.txt +++ b/twbot/requirements.txt @@ -1,10 +1,10 @@ -oauthlib==2.0.1 -boto3==1.4.4 -olefile==0.44 -Pillow==3.4.2 -python-dateutil==2.6.0 -pytz==2016.4 -requests==2.8.1 -requests-oauthlib==0.4.1 -selenium==3.0.1 -six==1.10.0 +oauthlib==2.1.0 +boto3==1.9.38 +olefile==0.46 +Pillow==5.3.0 +python-dateutil==2.7.5 +pytz==2018.7 +requests==2.20.0 +requests-oauthlib==1.0.0 +selenium==3.141.0 +six==1.11.0 From 98e707b7f1026d13df01c615a0d9f56a66f58d9c Mon Sep 17 00:00:00 2001 From: Emily Barbour Date: Tue, 6 Nov 2018 16:51:03 -0500 Subject: [PATCH 2/2] bump v --- twbot/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twbot/setup.py b/twbot/setup.py index ba6bdb9..184fbd2 100755 --- a/twbot/setup.py +++ b/twbot/setup.py @@ -2,7 +2,7 @@ setup( name='twtrbot', - version='0.1', + version='0.2', packages=['twtrbot'], url='https://github.com/emilybarbour/twtrbot', license='MIT',