Skip to content

Commit cf87428

Browse files
authored
Merge pull request #1225 from igchor/rescan
Sort dependencies in third_party/requirements.txt
2 parents 5d8173a + 31db0d8 commit cf87428

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

third_party/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ breathe==4.33.1
66
bs4==0.0.1
77
certifi==2019.11.28
88
chardet==3.0.4
9+
clang-format==15.0.7
910
colorama==0.4.1
1011
docutils==0.15.2
1112
exhale==0.3.0
@@ -18,6 +19,7 @@ MarkupSafe==1.1.1
1819
packaging==19.2
1920
Pygments==2.5.2
2021
pyparsing==2.4.5
22+
pytest>=7.0
2123
pytz==2019.3
2224
PyYAML==5.2
2325
requests==2.22.0
@@ -26,15 +28,13 @@ six==1.13.0
2628
snowballstemmer==2.0.0
2729
soupsieve==1.9.5
2830
Sphinx==4.5.0
29-
sphinx-rtd-theme==1.0.0
31+
sphinx-book-theme==0.3.3
3032
sphinxcontrib-applehelp==1.0.2
3133
sphinxcontrib-devhelp==1.0.2
3234
sphinxcontrib-htmlhelp==2.0.0
3335
sphinxcontrib-jsmath==1.0.1
3436
sphinxcontrib-qthelp==1.0.3
3537
sphinxcontrib-serializinghtml==1.1.5
3638
sphinxcontrib-websupport==1.2.4
37-
sphinx-book-theme==0.3.3
39+
sphinx-rtd-theme==1.0.0
3840
urllib3==1.25.7
39-
pytest>=7.0
40-
clang-format==15.0.7

0 commit comments

Comments
 (0)