forked from fabric8-analytics/fabric8-gemini-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
41 lines (41 loc) · 1.24 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via pytest
certifi==2018.8.24 # via requests
chardet==3.0.4 # via requests
click==7.0 # via flask
colorama==0.3.9 # via radon
coverage==4.5.1
codecov==2.0.15
flake8-polyfill==1.0.2 # via radon
flake8==3.5.0 # via flake8-polyfill
flask-cors==3.0.6
flask==1.0.2
gevent==1.3.6
greenlet==0.4.15 # via gevent
gunicorn==19.9.0
idna==2.7 # via requests
itsdangerous==0.24 # via flask
jinja2==2.10 # via flask
mando==0.6.4 # via radon
markupsafe==1.0 # via jinja2
mccabe==0.6.1 # via flake8
more-itertools==4.3.0 # via pytest
pluggy==0.7.1 # via pytest
py==1.6.0 # via pytest
pycodestyle==2.3.1 # via flake8
pyflakes==1.6.0 # via flake8
pytest-cov==2.6.0
pytest-mock==1.10.0
pytest==3.8.1
radon==3.0.1
requests==2.19.1
six==1.11.0 # via flask-cors, mando, more-itertools, pytest
sqlalchemy==1.2.12
urllib3==1.23 # via requests
werkzeug==0.14.1 # via flask