1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Update requirements (oops)

This commit is contained in:
Steffo 2019-10-28 16:48:01 +01:00
parent eb50454d07
commit 40c82cc0ab
2 changed files with 2 additions and 1 deletions

View file

@ -42,3 +42,4 @@ websockets==8.0.2
Werkzeug==0.16.0 Werkzeug==0.16.0
yarl==1.3.0 yarl==1.3.0
youtube-dl==2019.10.16 youtube-dl==2019.10.16
riotwatcher==2.7.1

View file

@ -5,7 +5,7 @@ VERSION=$(python3.7 -m royalnet.version)
rm -rf dist rm -rf dist
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
twine upload "dist/royalnet-$VERSION"* twine upload "dist/royalnet-$VERSpiION"*
git add * git add *
git commit -m "$VERSION" git commit -m "$VERSION"
git push git push