Switch to python-slim image
- requirements-to-freeze.txt is used to list only the needed packages - requirements.txt is used to build a reproducible environment - requirements-dev.txt is for testing and building the documentation
Showing
- .gitlab-ci.yml 4 additions, 2 deletions.gitlab-ci.yml
- Dockerfile 59 additions, 13 deletionsDockerfile
- environment.yml 0 additions, 115 deletionsenvironment.yml
- requirements-dev.txt 7 additions, 0 deletionsrequirements-dev.txt
- requirements-to-freeze.txt 26 additions, 0 deletionsrequirements-to-freeze.txt
- requirements.txt 49 additions, 0 deletionsrequirements.txt
environment.yml
deleted
100644 → 0
requirements-dev.txt
0 → 100644
requirements-to-freeze.txt
0 → 100644
requirements.txt
0 → 100644
alembic==1.0.0 | ||
ansible-tower-cli==3.3.0 | ||
arrow==0.12.1 | ||
blinker==1.4 | ||
certifi==2018.4.16 | ||
chardet==3.0.4 | ||
click==6.7 | ||
colorama==0.3.9 | ||
Flask==1.0.2 | ||
Flask-Admin==1.5.1 | ||
Flask-Caching==1.4.0 | ||
Flask-DebugToolbar==0.10.1 | ||
Flask-JWT-Extended==3.12.0 | ||
flask-ldap3-login==0.9.14 | ||
Flask-Login==0.4.1 | ||
Flask-Mail==0.9.1 | ||
Flask-Migrate==2.2.1 | ||
Flask-Redis==0.3.0 | ||
Flask-Session==0.3.1 | ||
Flask-SQLAlchemy==2.3.2 | ||
Flask-WTF==0.14.2 | ||
idna==2.7 | ||
itsdangerous==0.24 | ||
Jinja2==2.10 | ||
ldap3==2.5.1 | ||
Mako==1.0.7 | ||
MarkupSafe==1.0 | ||
Pillow==5.2.0 | ||
psycopg2==2.7.5 | ||
pyasn1==0.4.4 | ||
PyJWT==1.6.4 | ||
python-dateutil==2.7.3 | ||
python-editor==1.0.3 | ||
PyYAML==3.13 | ||
qrcode==6.0 | ||
redis==2.10.6 | ||
requests==2.19.1 | ||
rq==0.12.0 | ||
rq-dashboard==0.3.12 | ||
six==1.11.0 | ||
SQLAlchemy==1.2.10 | ||
sqlalchemy-citext==1.3.post0 | ||
SQLAlchemy-Continuum==1.3.6 | ||
SQLAlchemy-Utils==0.33.3 | ||
urllib3==1.23 | ||
uWSGI==2.0.17.1 | ||
Werkzeug==0.14.1 | ||
whitenoise==3.3.1 | ||
WTForms==2.2.1 |
Please register or sign in to comment