Update minimum Python version (for Pandas dependency)

This commit is contained in:
Christopher C. Wells 2019-12-14 07:11:13 -08:00
parent 4e1b22cccf
commit 1f67380047
2 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ documentation section: [Translation](https://docs.djangoproject.com/en/dev/topic
### Requirements
- Python 3.5+, pip3, pipenv
- Python 3.5.3+, pip, pipenv
- NodeJS 8.x+ and NPM 5.x+
- Gulp

View File

@ -122,15 +122,15 @@ requirements are Python, a web server, an application server, and a database.
#### Requirements
- Python 3.5+, pip, pipenv
- Python 3.5.3+, pip, pipenv
- Web server ([nginx](http://nginx.org/), [Apache](http://httpd.apache.org/), etc.)
- Application server ([uwsgi](http://projects.unbit.it/uwsgi), [gunicorn](http://gunicorn.org/), etc.)
- Database ([sqlite](https://sqlite.org/), [Postgres](https://www.postgresql.org/), [MySQL](https://www.mysql.com/), etc.)
#### Example deployment
*This example assumes a 512MB VPS instance with Ubuntu 16.04.* It uses
Python 3.5+, nginx, uwsgi and sqlite and should be sufficient for a few users
*This example assumes a 512MB VPS instance with Ubuntu 18.04.* It uses
Python 3.5.3+, nginx, uwsgi and sqlite and should be sufficient for a few users
(e.g. two parents and 1+ child).
1. Install system packages