From 40c82cc0aba64e95d838540750c94101abb4d632 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 28 Oct 2019 16:48:01 +0100 Subject: [PATCH] Update requirements (oops) --- requirements.txt | 1 + to_pypi.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1deadc6..7842e1bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,3 +42,4 @@ websockets==8.0.2 Werkzeug==0.16.0 yarl==1.3.0 youtube-dl==2019.10.16 +riotwatcher==2.7.1 diff --git a/to_pypi.sh b/to_pypi.sh index 7a431000..88972182 100755 --- a/to_pypi.sh +++ b/to_pypi.sh @@ -5,7 +5,7 @@ VERSION=$(python3.7 -m royalnet.version) rm -rf dist python setup.py sdist bdist_wheel -twine upload "dist/royalnet-$VERSION"* +twine upload "dist/royalnet-$VERSpiION"* git add * git commit -m "$VERSION" git push