diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 19:38:20 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 19:38:20 +0200 |
| commit | f78d6287945ff7a1277bced8631e078266f6945e (patch) | |
| tree | 90e4439981e6a4657358555c7a68a7007e43296d /remote-https-runner | |
| parent | 39a842833aa87cd4f2c497127293720cb6a5222d (diff) | |
Update requirements.txt
Diffstat (limited to 'remote-https-runner')
| -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 |
