From 7753e0b222b8a2ad9cefff27f0ec1ddb45898f01 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Sun, 18 Feb 2018 13:26:00 +0530 Subject: [PATCH] update dependencies --- .travis/push.sh | 2 +- website/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/push.sh b/.travis/push.sh index 03a3f2316..e6a4e9bc2 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -32,7 +32,7 @@ upload_files() { git push --force "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" master > /dev/null 2>&1 echo "Pushing done" echo "Pushing to website" - git subtree push --prefix website "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" website --force + git subtree push --prefix website "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" website echo "Pushed to master branch" git status fi diff --git a/website/requirements.txt b/website/requirements.txt index cbc4bb5d7..260f44905 100644 --- a/website/requirements.txt +++ b/website/requirements.txt @@ -12,4 +12,4 @@ misaka==2.1.0 mistune==0.8.3 oauth2==1.9.0.post1 pycparser==2.18 -Werkzeug==0.14.1 +Werkzeug==0.14.1 \ No newline at end of file