Removed ALLOWED_HOSTS support as it requires 'netaddr' which doesn't support Python 3.5

This commit is contained in:
Akshay Joshi
2020-11-05 12:43:11 +05:30
parent 2793747d3c
commit 9e2127b2a5
4 changed files with 1 additions and 45 deletions

View File

@@ -81,8 +81,7 @@ RUN apk add --no-cache \
flask_gravatar \
flask_migrate \
simplejson \
cryptography \
netaddr
cryptography
# Copy the docs from the local tree. Explicitly remove any existing builds that
# may be present