diff options
author | marc <mlasch@mailbox.org> | 2020-03-04 07:52:13 +0100 |
---|---|---|
committer | marc <mlasch@mailbox.org> | 2020-03-04 07:52:13 +0100 |
commit | 1b59b28a7fbbcfd568af98a7f0153f2a6434e133 (patch) | |
tree | aec9a1ff32efaee008336574dab694e2fc6eb745 | |
parent | 241e1ab4b4ab12fcce75e098bab94aefd57ac216 (diff) | |
download | influxdb-guard-master.tar.gz influxdb-guard-master.zip |
-rw-r--r-- | guard/proxyfix.py | 2 | ||||
-rw-r--r-- | requirements.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/guard/proxyfix.py b/guard/proxyfix.py index bd86203..d1ca39d 100644 --- a/guard/proxyfix.py +++ b/guard/proxyfix.py @@ -1,4 +1,4 @@ -from werkzeug.contrib.fixers import ProxyFix +from werkzeug.middleware.proxy_fix import ProxyFix def _reverse_proxified(app): """ diff --git a/requirements.txt b/requirements.txt index f7f861e..2cf77eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -peewee == 2.8.1 -flask == 0.11.1 +peewee == 3.13.1 +flask == 1.1.1 lxml # for pyinflux[parser] -funcparserlib==0.3.6
\ No newline at end of file +funcparserlib==0.3.6 |