Merge branch 'master' of gitlab.iric.ca:bioinfo_iric/iric-data
No related branches found
No related tags found
Showing
- iric_data/settings.py 2 additions, 0 deletionsiric_data/settings.py
- iric_data/urls.py 5 additions, 2 deletionsiric_data/urls.py
- portal/graphql_schema.py 89 additions, 0 deletionsportal/graphql_schema.py
- portal/models.py 3 additions, 3 deletionsportal/models.py
- portal/storage.py 0 additions, 1 deletionportal/storage.py
- portal/templates/portal/secure/user/api.html 23 additions, 1 deletionportal/templates/portal/secure/user/api.html
- portal/urls.py 4 additions, 5 deletionsportal/urls.py
- portal/views/secure/api.py 8 additions, 10 deletionsportal/views/secure/api.py
- requirements.txt 7 additions, 0 deletionsrequirements.txt
portal/graphql_schema.py
0 → 100644
aniso8601==7.0.0 | |||
autopep8==1.4.3 | autopep8==1.4.3 | ||
certifi==2018.11.29 | certifi==2018.11.29 | ||
cffi==1.14.3 | cffi==1.14.3 | ||
... | @@ -12,6 +13,10 @@ django-loginas==0.3.8 | ... | @@ -12,6 +13,10 @@ django-loginas==0.3.8 |
django-model-utils==3.1.2 | django-model-utils==3.1.2 | ||
django-private-storage==2.2 | django-private-storage==2.2 | ||
flake8==3.6.0 | flake8==3.6.0 | ||
graphene==2.1.8 | |||
graphene-django==2.15.0 | |||
graphql-core==2.3.2 | |||
graphql-relay==2.0.1 | |||
idna==2.8 | idna==2.8 | ||
mccabe==0.6.1 | mccabe==0.6.1 | ||
oauthlib==3.1.0 | oauthlib==3.1.0 | ||
... | @@ -30,6 +35,8 @@ python3-openid==3.2.0 | ... | @@ -30,6 +35,8 @@ python3-openid==3.2.0 |
pytz==2018.7 | pytz==2018.7 | ||
requests==2.21.0 | requests==2.21.0 | ||
requests-oauthlib==1.3.0 | requests-oauthlib==1.3.0 | ||
Rx==1.6.1 | |||
singledispatch==3.4.0.3 | |||
six==1.12.0 | six==1.12.0 | ||
social-auth-app-django==3.1.0 | social-auth-app-django==3.1.0 | ||
social-auth-core==3.3.3 | social-auth-core==3.3.3 | ||
... | ... |
Please register or sign in to comment