This repository was archived by the owner on Oct 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +94
-2
lines changed Expand file tree Collapse file tree 2 files changed +94
-2
lines changed Original file line number Diff line number Diff line change 1
1
httpx
2
2
jinja2
3
3
render_engine
4
+ markdown_it_py
5
+ pip-tools
6
+ pre-commit
7
+ pytest
8
+ pytest-cov
9
+ pytest-httpx
10
+ black
11
+ isort
Original file line number Diff line number Diff line change 6
6
#
7
7
anyio == 3.6.1
8
8
# 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
9
15
certifi == 2022.6.15
10
16
# via
11
17
# httpcore
12
18
# httpx
19
+ cfgv == 3.3.1
20
+ # via pre-commit
21
+ click == 8.1.3
22
+ # via
23
+ # black
24
+ # pip-tools
13
25
commonmark == 0.9.1
14
26
# 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
15
33
h11 == 0.12.0
16
34
# via httpcore
17
35
httpcore == 0.15.0
18
36
# via httpx
19
37
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
21
43
idna == 3.3
22
44
# via
23
45
# anyio
24
46
# rfc3986
47
+ iniconfig == 1.1.1
48
+ # via pytest
49
+ isort == 5.10.1
50
+ # via -r requirements.in
25
51
jinja2 == 3.1.2
26
52
# via
27
53
# -r requirements.in
28
54
# render-engine
55
+ markdown-it-py == 2.1.0
56
+ # via -r requirements.in
29
57
markdown2 == 2.4.3
30
58
# via render-engine
31
59
markupsafe == 2.1.1
32
60
# via jinja2
61
+ mdurl == 0.1.2
62
+ # via markdown-it-py
33
63
more-itertools == 8.14.0
34
64
# 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
35
75
pendulum == 2.1.2
36
76
# 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
37
91
pygments == 2.13.0
38
92
# 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
39
104
python-dateutil == 2.8.2
40
105
# via pendulum
41
106
python-frontmatter == 1.0.0
@@ -45,7 +110,9 @@ python-slugify==6.1.2
45
110
pytzdata == 2020.1
46
111
# via pendulum
47
112
pyyaml == 6.0
48
- # via python-frontmatter
113
+ # via
114
+ # pre-commit
115
+ # python-frontmatter
49
116
render-engine == 2022.8.1
50
117
# via -r requirements.in
51
118
rfc3986 [idna2008 ]== 1.5.0
@@ -61,3 +128,20 @@ sniffio==1.2.0
61
128
# httpx
62
129
text-unidecode == 1.3
63
130
# 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
You can’t perform that action at this time.
0 commit comments