mirror of https://gitlab.com/litecord/litecord.git
README: bump to py3.9
This commit is contained in:
parent
1a2e7446c7
commit
ccbc0f21f1
|
|
@ -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,
|
||||
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
|
||||
|
||||
|
|
@ -66,12 +66,13 @@ or third party libraries (such as [Eris](https://github.com/abalabahaha/eris)).
|
|||
|
||||
Requirements:
|
||||
|
||||
- **Python 3.8+**
|
||||
- **Python 3.9+**
|
||||
- PostgreSQL (tested using 9.6+), SQL knowledge is recommended.
|
||||
- gifsicle for GIF emoji and avatar handling
|
||||
- [pipenv]
|
||||
|
||||
Optional requirement:
|
||||
|
||||
- [mediaproxy]
|
||||
|
||||
[pipenv]: https://github.com/pypa/pipenv
|
||||
|
|
|
|||
Loading…
Reference in New Issue