-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrequirements.txt
117 lines (116 loc) · 4.87 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=./requirements/dev.txt --pre ./requirements.in/dev.txt
#
-e git+https://github.com/thisch/pytest-sphinx.git#egg=pytest-sphinx
absl-py==0.9.0 # via tensorboard, tensorflow
alabaster==0.7.12 # via sphinx
appdirs==1.4.3 # via black
argh==0.26.2 # via sphinx-autobuild, watchdog
astor==0.8.1 # via tensorflow
astroid==2.3.3 # via pylint
attrs==19.3.0 # via black, flake8-bugbear, pytest
babel==2.8.0 # via sphinx
black==19.10b0
cachetools==4.0.0 # via google-auth
certifi==2019.11.28 # via requests
chardet==3.0.4 # via doc8, requests
click==7.0 # via black
codecov==2.0.15
coverage==5.0.3 # via codecov, pytest-cov
doc8==0.8.0
docutils==0.16 # via doc8, flit, restructuredtext-lint, sphinx
entrypoints==0.3 # via flake8
filelock==3.0.12 # via tox
flake8-bugbear==20.1.2
flake8==3.7.9
flit-core==2.2.0 # via flit
flit==2.2.0 # via sphinx-copybutton
gast==0.2.2 # via tensorflow
google-auth-oauthlib==0.4.1 # via tensorboard
google-auth==1.10.1 # via google-auth-oauthlib, tensorboard
google-pasta==0.1.8 # via tensorflow
grpcio==1.26.0 # via tensorboard, tensorflow
h5py==2.10.0 # via keras-applications
idna==2.8 # via requests
imagesize==1.2.0 # via sphinx
importlib-metadata==1.4.0 # via pluggy, pytest, tox
isort==4.3.21
jinja2==2.10.3 # via sphinx
keras-applications==1.0.8 # via tensorflow
keras-preprocessing==1.1.0 # via tensorflow
lazy-object-proxy==1.4.3 # via astroid
livereload==2.6.1 # via sphinx-autobuild
markdown==3.1.1 # via tensorboard
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via flake8, pylint
more-itertools==8.1.0 # via pytest, zipp
mypy-extensions==0.4.3 # via mypy
mypy==0.761
numpy==1.18.1 # via h5py, keras-applications, keras-preprocessing, opt-einsum, scipy, tensorboard, tensorflow, tensorflow-hub
oauthlib==3.1.0 # via requests-oauthlib
opt-einsum==3.1.0 # via tensorflow
packaging==20.0 # via pytest, sphinx, tox
pathspec==0.7.0 # via black
pathtools==0.1.2 # via sphinx-autobuild, watchdog
pbr==5.4.4 # via stevedore
pluggy==0.13.1 # via pytest, tox
port_for==0.3.1 # via sphinx-autobuild
protobuf==3.11.2 # via tensorboard, tensorflow, tensorflow-hub
py==1.8.1 # via pytest, tox
pyasn1-modules==0.2.8 # via google-auth
pyasn1==0.4.8 # via pyasn1-modules, rsa
pycodestyle==2.5.0 # via flake8
pydocstyle==5.0.2
pyflakes==2.1.1 # via flake8
pygments==2.5.2 # via sphinx
pylint==2.4.4
pyparsing==2.4.6 # via packaging
pytest-cov==2.8.1
pytest==5.3.3
pytoml==0.1.21 # via flit, flit-core
pytz==2019.3 # via babel
pyyaml==5.3 # via sphinx-autobuild, watchdog
regex==2020.1.8 # via black
requests-oauthlib==1.3.0 # via google-auth-oauthlib
requests==2.22.0 # via codecov, flit, requests-oauthlib, sphinx, tensorboard
restructuredtext-lint==1.3.0 # via doc8
rope==0.16.0
rsa==4.0 # via google-auth
scipy==1.4.1 # via tensorflow
six==1.14.0 # via absl-py, astroid, doc8, google-auth, google-pasta, grpcio, h5py, keras-preprocessing, livereload, packaging, protobuf, stevedore, tensorboard, tensorflow, tensorflow-hub, tox
snowballstemmer==2.0.0 # via pydocstyle, sphinx
sphinx-autobuild==0.7.1
sphinx-autodoc-typehints==1.10.3
sphinx-copybutton==0.2.8
sphinx-rtd-theme==0.4.3
sphinx==2.3.1
sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
stevedore==1.31.0 # via doc8
tensorboard==2.1.0 # via tensorflow
tensorflow-estimator==2.1.0 # via tensorflow
tensorflow-hub==0.7.0
tensorflow==2.1.0
termcolor==1.1.0 # via tensorflow
toml==0.10.0 # via black, tox
tornado==6.0.3 # via livereload, sphinx-autobuild
tox==3.14.3
typed-ast==1.4.1 # via astroid, black, mypy
typing-extensions==3.7.4.1 # via mypy
urllib3==1.25.7 # via requests
virtualenv==16.7.9 # via tox
watchdog==0.9.0 # via sphinx-autobuild
wcwidth==0.1.8 # via pytest
werkzeug==0.16.0 # via tensorboard
wheel==0.33.6 # via sphinx-copybutton, tensorboard, tensorflow
wrapt==1.11.2 # via astroid, tensorflow
zipp==2.0.0 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools