mirror of https://gitlab.com/litecord/litecord.git
README: bump to py3.9
This commit is contained in:
parent
1a2e7446c7
commit
ccbc0f21f1
11
README.md
11
README.md
|
|
@ -17,7 +17,7 @@ could help writing it, defining a clear protocol between components
|
||||||
(litebridge). Sadly, it didn't take off, so I (Luna), that wrote the other two,
|
(litebridge). Sadly, it didn't take off, so I (Luna), that wrote the other two,
|
||||||
took a shot at writing it again. It works.
|
took a shot at writing it again. It works.
|
||||||
|
|
||||||
**This is "Litecord" / "litecord".** There are *no* rewrites planned.
|
**This is "Litecord" / "litecord".** There are _no_ rewrites planned.
|
||||||
|
|
||||||
## Project Goals
|
## Project Goals
|
||||||
|
|
||||||
|
|
@ -32,10 +32,10 @@ took a shot at writing it again. It works.
|
||||||
|
|
||||||
- Unit testing is incomplete.
|
- Unit testing is incomplete.
|
||||||
- Currently, there are no plans to support video in voice chats, or the
|
- Currently, there are no plans to support video in voice chats, or the
|
||||||
Discord Store.
|
Discord Store.
|
||||||
- An unofficial Discord Client is recommended to connect (more on
|
- An unofficial Discord Client is recommended to connect (more on
|
||||||
`docs/clients.md`). Litecord will not distribute official client code from
|
`docs/clients.md`). Litecord will not distribute official client code from
|
||||||
Discord nor provide ways to modify the official client.
|
Discord nor provide ways to modify the official client.
|
||||||
|
|
||||||
## Implementation status, AKA "Does it work?"
|
## Implementation status, AKA "Does it work?"
|
||||||
|
|
||||||
|
|
@ -66,12 +66,13 @@ or third party libraries (such as [Eris](https://github.com/abalabahaha/eris)).
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
- **Python 3.8+**
|
- **Python 3.9+**
|
||||||
- PostgreSQL (tested using 9.6+), SQL knowledge is recommended.
|
- PostgreSQL (tested using 9.6+), SQL knowledge is recommended.
|
||||||
- gifsicle for GIF emoji and avatar handling
|
- gifsicle for GIF emoji and avatar handling
|
||||||
- [pipenv]
|
- [pipenv]
|
||||||
|
|
||||||
Optional requirement:
|
Optional requirement:
|
||||||
|
|
||||||
- [mediaproxy]
|
- [mediaproxy]
|
||||||
|
|
||||||
[pipenv]: https://github.com/pypa/pipenv
|
[pipenv]: https://github.com/pypa/pipenv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue