diff options
| -rw-r--r-- | remote-https-runner/requirements.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/remote-https-runner/requirements.txt b/remote-https-runner/requirements.txt index 0703955..7599c15 100644 --- a/remote-https-runner/requirements.txt +++ b/remote-https-runner/requirements.txt @@ -1,8 +1,26 @@ +astroid==1.6.3 +autopep8==1.3.5 +backports.functools-lru-cache==1.5 Click==7.0 +configparser==3.5.0 +enum34==1.1.6 Flask==1.0.2 +futures==3.2.0 gunicorn==19.9.0 +isort==4.3.4 itsdangerous==1.1.0 Jinja2==2.10 +lazy-object-proxy==1.3.1 MarkupSafe==1.1.0 +mccabe==0.6.1 +numpy==1.15.2 +pycodestyle==2.4.0 +pylint==1.8.4 PyYAML==3.13 +remote-https-runner==0.1 +singledispatch==3.4.0.3 +six==1.11.0 +virtualenv==15.2.0 Werkzeug==0.14.1 +whitenoise==4.1.2 +wrapt==1.10.11 |
