Merge branch 'poc' into 'master'
PoC with user creation - closes #149 See merge request !1
Pipeline
#1009
passed
with stages
in
1 minute and 20 seconds
Showing
+242 -0
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
Makefile
0 → 100644
app/gateway/__init__.py
0 → 100644
app/gateway/schema.py
0 → 100644
app/gateway/schema_user.py
0 → 100644
app/wsgi.py
0 → 100644
requirements.txt
0 → 100644
aniso8601==7.0.0 | ||
attrs==21.4.0 | ||
certifi==2021.10.8 | ||
charset-normalizer==2.0.9 | ||
click==8.0.3 | ||
coverage==6.2 | ||
flake8==4.0.1 | ||
Flask==2.0.2 | ||
Flask-Cors==3.0.10 | ||
Flask-GraphQL==2.0.1 | ||
graphene==2.1.9 | ||
graphql-core==2.3.2 | ||
graphql-relay==2.0.1 | ||
graphql-server-core==1.2.0 | ||
greenlet==1.1.2 | ||
gunicorn==20.1.0 | ||
idna==3.3 | ||
iniconfig==1.1.1 | ||
itsdangerous==2.0.1 | ||
Jinja2==3.0.3 | ||
MarkupSafe==2.0.1 | ||
mccabe==0.6.1 | ||
packaging==21.3 | ||
pluggy==1.0.0 | ||
promise==2.3 | ||
py==1.11.0 | ||
pycodestyle==2.8.0 | ||
pyflakes==2.4.0 | ||
pyparsing==3.0.6 | ||
pytest==6.2.5 | ||
pytest-cov==3.0.0 | ||
requests==2.26.0 | ||
Rx==1.6.1 | ||
singledispatch==3.7.0 | ||
six==1.16.0 | ||
toml==0.10.2 | ||
tomli==2.0.0 | ||
typing-extensions==3.10.0.2 | ||
urllib3==1.26.7 | ||
waitress==2.0.0 | ||
Werkzeug==2.0.2 |
Please register or sign in to comment