Skip to content

Commit

Permalink
Merge pull request #9 from mrichar1/doc_fixes
Browse files Browse the repository at this point in the history
Remove werkzeug warning
  • Loading branch information
mrichar1 authored Feb 5, 2020
2 parents e8340be + 6db5eef commit feb6d52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ If you set the ``ssl`` keyword argument to ``True``, the app will be run with
``ssl_context="adhoc"`` and the schema of the ``self.check_url``
will be ``"https"``.

.. warning::

The Flask with ssl_context **doesn't work in Python 3** because
Werkzeug still uses ``sys.maxint`` which is not supported in Python 3
(see https://github.com/mitsuhiko/werkzeug/issues/)

.. note::

If you are struggling with installation of
Expand Down

0 comments on commit feb6d52

Please sign in to comment.