Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit fb3fd02

Browse files
committed
update requirements.txt via pre-commit
1 parent 215dd88 commit fb3fd02

File tree

2 files changed

+94
-2
lines changed

2 files changed

+94
-2
lines changed

requirements.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
httpx
22
jinja2
33
render_engine
4+
markdown_it_py
5+
pip-tools
6+
pre-commit
7+
pytest
8+
pytest-cov
9+
pytest-httpx
10+
black
11+
isort

requirements.txt

Lines changed: 86 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,101 @@
66
#
77
anyio==3.6.1
88
# via httpcore
9+
attrs==22.1.0
10+
# via pytest
11+
black==22.8.0
12+
# via -r requirements.in
13+
build==0.8.0
14+
# via pip-tools
915
certifi==2022.6.15
1016
# via
1117
# httpcore
1218
# httpx
19+
cfgv==3.3.1
20+
# via pre-commit
21+
click==8.1.3
22+
# via
23+
# black
24+
# pip-tools
1325
commonmark==0.9.1
1426
# via rich
27+
coverage[toml]==6.4.4
28+
# via pytest-cov
29+
distlib==0.3.6
30+
# via virtualenv
31+
filelock==3.8.0
32+
# via virtualenv
1533
h11==0.12.0
1634
# via httpcore
1735
httpcore==0.15.0
1836
# via httpx
1937
httpx==0.23.0
20-
# via -r requirements.in
38+
# via
39+
# -r requirements.in
40+
# pytest-httpx
41+
identify==2.5.3
42+
# via pre-commit
2143
idna==3.3
2244
# via
2345
# anyio
2446
# rfc3986
47+
iniconfig==1.1.1
48+
# via pytest
49+
isort==5.10.1
50+
# via -r requirements.in
2551
jinja2==3.1.2
2652
# via
2753
# -r requirements.in
2854
# render-engine
55+
markdown-it-py==2.1.0
56+
# via -r requirements.in
2957
markdown2==2.4.3
3058
# via render-engine
3159
markupsafe==2.1.1
3260
# via jinja2
61+
mdurl==0.1.2
62+
# via markdown-it-py
3363
more-itertools==8.14.0
3464
# via render-engine
65+
mypy-extensions==0.4.3
66+
# via black
67+
nodeenv==1.7.0
68+
# via pre-commit
69+
packaging==21.3
70+
# via
71+
# build
72+
# pytest
73+
pathspec==0.10.0
74+
# via black
3575
pendulum==2.1.2
3676
# via render-engine
77+
pep517==0.13.0
78+
# via build
79+
pip-tools==6.8.0
80+
# via -r requirements.in
81+
platformdirs==2.5.2
82+
# via
83+
# black
84+
# virtualenv
85+
pluggy==1.0.0
86+
# via pytest
87+
pre-commit==2.20.0
88+
# via -r requirements.in
89+
py==1.11.0
90+
# via pytest
3791
pygments==2.13.0
3892
# via rich
93+
pyparsing==3.0.9
94+
# via packaging
95+
pytest==7.1.2
96+
# via
97+
# -r requirements.in
98+
# pytest-cov
99+
# pytest-httpx
100+
pytest-cov==3.0.0
101+
# via -r requirements.in
102+
pytest-httpx==0.21.0
103+
# via -r requirements.in
39104
python-dateutil==2.8.2
40105
# via pendulum
41106
python-frontmatter==1.0.0
@@ -45,7 +110,9 @@ python-slugify==6.1.2
45110
pytzdata==2020.1
46111
# via pendulum
47112
pyyaml==6.0
48-
# via python-frontmatter
113+
# via
114+
# pre-commit
115+
# python-frontmatter
49116
render-engine==2022.8.1
50117
# via -r requirements.in
51118
rfc3986[idna2008]==1.5.0
@@ -61,3 +128,20 @@ sniffio==1.2.0
61128
# httpx
62129
text-unidecode==1.3
63130
# via python-slugify
131+
toml==0.10.2
132+
# via pre-commit
133+
tomli==2.0.1
134+
# via
135+
# black
136+
# build
137+
# coverage
138+
# pep517
139+
# pytest
140+
virtualenv==20.16.4
141+
# via pre-commit
142+
wheel==0.37.1
143+
# via pip-tools
144+
145+
# The following packages are considered to be unsafe in a requirements file:
146+
# pip
147+
# setuptools

0 commit comments

Comments
 (0)