Browse Source

remove compression entirely (provided by traefik)

Daniel Sheffield 1 year ago
parent
commit
631aac0cd1
2 changed files with 0 additions and 3 deletions
  1. 0 2
      app/rest/cherrypy.py
  2. 0 1
      app/rest/requirements.txt

+ 0 - 2
app/rest/cherrypy.py

@@ -1,9 +1,7 @@
 import cherrypy
-import wsgigzip
 import bottle
 from .pyapi import *
 
-#application = wsgigzip.GzipMiddleware(bottle.default_app())
 application = bottle.default_app()
 
 cherrypy.config.update({

+ 0 - 1
app/rest/requirements.txt

@@ -1,6 +1,5 @@
 seaborn
 psycopg[binary]
 bottle
-wsgigzip
 cherrypy
 base32-lib