|
2 | 2 | # This file is autogenerated by pip-compile |
3 | 3 | # To update, run: |
4 | 4 | # |
5 | | -# pip-compile --output-file dev-requirements.txt dev-requirements.in |
| 5 | +# pip-compile dev-requirements.in |
6 | 6 | # |
7 | | -alabaster==0.7.10 # via sphinx |
8 | | -asn1crypto==0.22.0 # via cryptography, oscrypto |
9 | | -babel==2.4.0 # via sphinx |
10 | | -cffi==1.10.0 # via cryptography |
11 | | -cryptography==1.9 |
12 | | -cython==0.25.2 |
13 | | -docutils==0.13.1 # via sphinx |
14 | | -flake8==3.3.0 |
15 | | -idna==2.5 # via cryptography |
16 | | -imagesize==0.7.1 # via sphinx |
17 | | -jinja2==2.9.6 # via sphinx |
18 | | -markupsafe==1.0 # via jinja2 |
| 7 | +alabaster==0.7.12 # via sphinx |
| 8 | +asn1crypto==1.3.0 # via oscrypto |
| 9 | +babel==2.8.0 # via sphinx |
| 10 | +certifi==2019.11.28 # via requests |
| 11 | +cffi==1.14.0 # via cryptography |
| 12 | +chardet==3.0.4 # via requests |
| 13 | +cryptography==2.8 # via -r dev-requirements.in |
| 14 | +cython==0.29.15 # via -r dev-requirements.in |
| 15 | +docutils==0.16 # via sphinx |
| 16 | +entrypoints==0.3 # via flake8 |
| 17 | +flake8==3.7.9 # via -r dev-requirements.in |
| 18 | +idna==2.9 # via requests |
| 19 | +imagesize==1.2.0 # via sphinx |
| 20 | +jinja2==2.11.1 # via sphinx |
| 21 | +markupsafe==1.1.1 # via jinja2 |
19 | 22 | mccabe==0.6.1 # via flake8 |
20 | | -oscrypto==0.18.0 |
21 | | -pycodestyle==2.3.1 # via flake8 |
22 | | -pycparser==2.18 # via cffi |
23 | | -pyflakes==1.5.0 # via flake8 |
24 | | -pygments==2.2.0 # via sphinx |
25 | | -pytz==2017.2 # via babel |
26 | | -requests==2.14.2 # via sphinx |
27 | | -setuptools-scm==1.15.5 |
28 | | -six==1.10.0 # via cryptography, sphinx |
29 | | -snowballstemmer==1.2.1 # via sphinx |
30 | | -sphinx-rtd-theme==0.2.4 |
31 | | -sphinx==1.6.1 |
32 | | -sphinxcontrib-websupport==1.0.1 # via sphinx |
33 | | -typing==3.6.1 # via sphinx |
| 23 | +oscrypto==1.2.0 # via -r dev-requirements.in |
| 24 | +packaging==20.1 # via sphinx |
| 25 | +pycodestyle==2.5.0 # via flake8 |
| 26 | +pycparser==2.19 # via cffi |
| 27 | +pyflakes==2.1.1 # via flake8 |
| 28 | +pygments==2.5.2 # via sphinx |
| 29 | +pyparsing==2.4.6 # via packaging |
| 30 | +pytz==2019.3 # via babel |
| 31 | +requests==2.23.0 # via sphinx |
| 32 | +setuptools-scm==3.5.0 # via -r dev-requirements.in |
| 33 | +six==1.14.0 # via cryptography, packaging |
| 34 | +snowballstemmer==2.0.0 # via sphinx |
| 35 | +sphinx-rtd-theme==0.4.3 # via -r dev-requirements.in |
| 36 | +sphinx==2.4.3 # via -r dev-requirements.in, sphinx-rtd-theme |
| 37 | +sphinxcontrib-applehelp==1.0.1 # via sphinx |
| 38 | +sphinxcontrib-devhelp==1.0.1 # via sphinx |
| 39 | +sphinxcontrib-htmlhelp==1.0.3 # via sphinx |
| 40 | +sphinxcontrib-jsmath==1.0.1 # via sphinx |
| 41 | +sphinxcontrib-qthelp==1.0.2 # via sphinx |
| 42 | +sphinxcontrib-serializinghtml==1.1.3 # via sphinx |
| 43 | +urllib3==1.25.8 # via requests |
| 44 | + |
| 45 | +# The following packages are considered to be unsafe in a requirements file: |
| 46 | +# setuptools |
0 commit comments