mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
bump requirements
This commit is contained in:
parent
af473a8b43
commit
88b6b6a196
@ -21,7 +21,7 @@ http://docs.gunicorn.org
|
||||
Installation
|
||||
------------
|
||||
|
||||
Gunicorn requires **Python 2.x >= 2.5**. Python 3.x support is planned.
|
||||
Gunicorn requires **Python 2.x >= 2.6**. Python 3.x support is planned.
|
||||
|
||||
Install from sources::
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ Features
|
||||
* Simple Python configuration
|
||||
* Multiple worker configurations
|
||||
* Various server hooks for extensibility
|
||||
* Compatible with Python 2.x >= 2.5
|
||||
* Compatible with Python 2.x >= 2.6
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
@ -7,7 +7,7 @@ Follow the following steps to install Gunicorn.
|
||||
Requirements
|
||||
============
|
||||
|
||||
- **Python 2.x >= 2.5** (Python 3.x will be supported soon)
|
||||
- **Python 2.x >= 2.6** (Python 3.x will be supported soon)
|
||||
- setuptools >= 0.6c6
|
||||
- nosetests (for the test suite only)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user