From b24bfcec8f9acbe5d0ea403d1b6875295ea4ad6e 2021-01-18 21:44:08 From: Branko Majic Date: 2021-01-18 21:44:08 Subject: [PATCH] MAR-151: Specify the wsgi_requirements_in file in the sample WSGI application in usage instructions: - Primarily because futures is not required when using Python 3. --- diff --git a/docs/usage.rst b/docs/usage.rst index ce838f8719856baf58765811a656078ccf6f36fa..cad8584f4b670c9d6ab33942a76a8ff96d15d231 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1827,6 +1827,8 @@ on the safe side: # Specify explicitly requirements for installing Gunicorn. wsgi_requirements: - gunicorn==20.0.4 + wsgi_requirements_in: + - gunicorn - role: database db_name: wiki db_password: wiki