update dependencies
This commit is contained in:
@@ -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
|
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 done"
|
||||||
echo "Pushing to website"
|
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"
|
echo "Pushed to master branch"
|
||||||
git status
|
git status
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ misaka==2.1.0
|
|||||||
mistune==0.8.3
|
mistune==0.8.3
|
||||||
oauth2==1.9.0.post1
|
oauth2==1.9.0.post1
|
||||||
pycparser==2.18
|
pycparser==2.18
|
||||||
Werkzeug==0.14.1
|
Werkzeug==0.14.1
|
||||||
Reference in New Issue
Block a user