Smaller docker build
... | ... | @@ -12,6 +12,7 @@ flask==1.1.1 |
itsdangerous==1.1.0 | ||
jinja2==2.11.1 | ||
markupsafe==1.1.1 | ||
psycopg2-binary==2.8.6 | ||
psycopg2-binary==2.8.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
psycopg2==2.8.6 | ||
python-gnupg==0.4.5 | ||
werkzeug==1.0.0 |
Please register or sign in to comment