diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-07 07:31:52 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-07 07:31:52 +0200 |
commit | 80e560c7ddc188e2a823e45aac018acc6b25a8b5 (patch) | |
tree | e8050808dbc3df0ab06834743a748af1fbce3b74 | |
parent | Merge branch 'master' into bookmark (diff) | |
download | newspipe-80e560c7ddc188e2a823e45aac018acc6b25a8b5.tar.gz newspipe-80e560c7ddc188e2a823e45aac018acc6b25a8b5.tar.bz2 newspipe-80e560c7ddc188e2a823e45aac018acc6b25a8b5.zip |
Python >= 3.5
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ The core technologies are `Flask <http://flask.pocoo.org>`_, `SQLAlchemy <http://www.sqlalchemy.org>`_ and `React <https://facebook.github.io/react/>`_. -Python 3.5 is required. +Python >= 3.5 is required. Documentation ------------- |