mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add missing requirement
This commit is contained in:
parent
df8b46c052
commit
c0cf981817
2 changed files with 1 additions and 8 deletions
|
@ -5,11 +5,3 @@ The fifth rewrite of the Royal Network!
|
||||||
It has a lot of submodules, many of which may be used in other bots.
|
It has a lot of submodules, many of which may be used in other bots.
|
||||||
|
|
||||||
[Documentation available here](https://royal-games.github.io/royalnet/html/index.html).
|
[Documentation available here](https://royal-games.github.io/royalnet/html/index.html).
|
||||||
|
|
||||||
## Quick install
|
|
||||||
|
|
||||||
```
|
|
||||||
pip3.7 install royalnet
|
|
||||||
python3.7 -m royalnet.configurator
|
|
||||||
python3.7 -m royalnet -c (YOUR_COMMAND_PACK)
|
|
||||||
```
|
|
|
@ -23,6 +23,7 @@ markdown2==2.3.8
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
mcstatus==2.2.1
|
mcstatus==2.2.1
|
||||||
multidict==4.5.2
|
multidict==4.5.2
|
||||||
|
psycopg2-binary==2.8.3
|
||||||
pycparser==2.19
|
pycparser==2.19
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.0
|
||||||
python-telegram-bot==12.2.0
|
python-telegram-bot==12.2.0
|
||||||
|
|
Loading…
Reference in a new issue