-
Notifications
You must be signed in to change notification settings - Fork 110
/
requirements-dev.txt
50 lines (49 loc) · 1.63 KB
/
requirements-dev.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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
# The following packages are considered to be unsafe in a requirements file:
# setuptools
-r requirements.txt
alabaster==0.7.12 # via sphinx
attrs==19.3.0 # via pytest
certifi==2019.11.28 # via requests
chardet==3.0.4 # via requests
docutils==0.15.2 # via sphinx
faker==3.0.0
filelock==3.0.12 # via tox
ghp-import==0.5.5 # via travis-sphinx
guzzle-sphinx-theme==0.7.11
idna==2.8 # via requests
imagesize==1.2.0 # via sphinx
livereload==2.6.1
packaging==20.0 # via pytest, sphinx, tox
pbr==5.4.4 # via sphinx-click
pip-tools==4.3.0
pluggy==0.13.1 # via pytest, tox
py==1.8.1 # via pytest, tox
pygments==2.5.2 # via sphinx
pyparsing==2.4.6 # via packaging
pytest-flask==0.15.0
pytest==5.3.2
requests==2.22.0 # via sphinx
snowballstemmer==2.0.0 # via sphinx
sphinx-click==2.3.1
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
sphinxcontrib-websupport==1.1.2
text-unidecode==1.3 # via faker
toml==0.10.0 # via tox
tornado==6.0.3 # via livereload
tox==3.14.3
travis-sphinx==2.2.1
urllib3==1.25.7 # via requests
virtualenv==16.7.9 # via tox
wcwidth==0.1.8 # via pytest