Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from elixir-europe/auth_token_support
Browse files Browse the repository at this point in the history
Auth token support
  • Loading branch information
uniqueg committed Sep 29, 2018
2 parents 767cabb + 8aae349 commit c00383c
Show file tree
Hide file tree
Showing 17 changed files with 331 additions and 704 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ cwl-tes/
.vscode/
tests/tmp/*
tests/output/*
.netrc
*.modified.yaml
.netrc
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
amqp==2.3.2
asn1crypto==0.24.0
astroid==2.0.4
attrs==18.2.0
avro-cwl==1.8.4
Expand All @@ -7,10 +8,12 @@ billiard==3.5.0.4
CacheControl==0.11.7
celery==4.2.1
certifi==2018.8.24
cffi==1.11.5
chardet==3.0.4
click==6.7
clickclick==1.2.2
connexion==1.5.2
cryptography==2.3.1
decorator==4.3.0
Flask==1.0.2
Flask-Cors==3.0.6
Expand All @@ -35,6 +38,8 @@ networkx==2.2
prov==1.5.1
psutil==5.4.7
py-tes==0.2.1
pycparser==2.19
PyJWT==1.6.4
pylint==2.1.1
pymongo==3.7.1
pyparsing==2.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import (setup, find_packages)

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down
Loading

0 comments on commit c00383c

Please sign in to comment.