Now it is clear we want Python 3 only

This commit is contained in:
Yusur 2019-10-11 12:20:40 +02:00
parent f3b379d9e5
commit f121bb0cdf
3 changed files with 15 additions and 2 deletions

View file

@ -13,3 +13,9 @@ Based on Tweepee example of [peewee](https://github.com/coleifer/peewee/).
* Timeline feed
* In-site notifications
* SQLite-based app
## Requirements
* **Python 3** only. We don't want to support Python 2.
* **Flask** web framework.
* **Peewee** ORM.