Add initial basic files
Showing
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
requirements.txt
0 → 100644
Flask==1.1.1 | ||
pylint==2.4.2 | ||
flask-sqlalchemy==2.4.1 | ||
pyyaml==5.1.2 | ||
elasticsearch>=7.0.0,<8.0.0 # Recommended by the official documentation | ||
gunicorn==20.0.4 | ||
marshmallow==3.5.0 |
Please register or sign in to comment