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:
parent
eb50454d07
commit
40c82cc0ab
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue