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

Commit a866b47

Browse files
authored
Merge pull request #15 from kjaymiller/pip-compile
Manage requirements with pip-compile
2 parents b1ed07d + 1e52b04 commit a866b47

File tree

2 files changed

+47
-15
lines changed

2 files changed

+47
-15
lines changed

requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
httpx
2+
jinja2
3+
render_engine

requirements.txt

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,63 @@
1-
aiohttp==3.8.1
2-
aiosignal==1.2.0
1+
#
2+
# This file is autogenerated by pip-compile with python 3.10
3+
# To update, run:
4+
#
5+
# pip-compile
6+
#
37
anyio==3.6.1
4-
async-timeout==4.0.2
5-
attrs==22.1.0
8+
# via httpcore
69
certifi==2022.6.15
7-
charset-normalizer==2.1.1
10+
# via
11+
# httpcore
12+
# httpx
813
commonmark==0.9.1
9-
frozenlist==1.3.1
10-
github==1.2.7
14+
# via rich
1115
h11==0.12.0
16+
# via httpcore
1217
httpcore==0.15.0
18+
# via httpx
1319
httpx==0.23.0
20+
# via -r requirements.in
1421
idna==3.3
15-
Jinja2==3.1.2
22+
# via
23+
# anyio
24+
# rfc3986
25+
jinja2==3.1.2
26+
# via
27+
# -r requirements.in
28+
# render-engine
1629
markdown2==2.4.3
17-
MarkupSafe==2.1.1
30+
# via render-engine
31+
markupsafe==2.1.1
32+
# via jinja2
1833
more-itertools==8.14.0
19-
multidict==6.0.2
34+
# via render-engine
2035
pendulum==2.1.2
21-
Pygments==2.13.0
36+
# via render-engine
37+
pygments==2.13.0
38+
# via rich
2239
python-dateutil==2.8.2
40+
# via pendulum
2341
python-frontmatter==1.0.0
42+
# via render-engine
2443
python-slugify==6.1.2
44+
# via render-engine
2545
pytzdata==2020.1
26-
PyYAML==6.0
46+
# via pendulum
47+
pyyaml==6.0
48+
# via python-frontmatter
2749
render-engine==2022.7.2
28-
rfc3986==1.5.0
50+
# via -r requirements.in
51+
rfc3986[idna2008]==1.5.0
52+
# via httpx
2953
rich==12.5.1
54+
# via render-engine
3055
six==1.16.0
56+
# via python-dateutil
3157
sniffio==1.2.0
58+
# via
59+
# anyio
60+
# httpcore
61+
# httpx
3262
text-unidecode==1.3
33-
typing_extensions==4.3.0
34-
yarl==1.8.1
63+
# via python-slugify

0 commit comments

Comments
 (0)