-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
70 lines (70 loc) · 1.39 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev
#
click==8.1.7
# via typer
dtyper==2.4.0
# via render-engine
feedparser==6.0.10
# via render-engine-rss (pyproject.toml)
gitdb==4.0.10
# via gitpython
gitpython==3.1.37
# via render-engine
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via render-engine
markdown-it-py==3.0.0
# via rich
markdown2==2.4.10
# via render-engine
markupsafe==2.1.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via render-engine
packaging==23.2
# via pytest
pluggy==1.3.0
# via
# pytest
# render-engine
pygments==2.16.1
# via rich
pytest==7.4.2
# via
# pytest-mock
# render-engine-rss (pyproject.toml)
pytest-mock==3.11.1
# via render-engine-rss (pyproject.toml)
python-dateutil==2.8.2
# via render-engine
python-frontmatter==1.0.0
# via render-engine
python-slugify==8.0.1
# via render-engine
pyyaml==6.0.1
# via python-frontmatter
render-engine==2023.10.1
# via render-engine-rss (pyproject.toml)
rich==13.6.0
# via render-engine
sgmllib3k==1.0.0
# via feedparser
six==1.16.0
# via python-dateutil
smmap==5.0.1
# via gitdb
text-unidecode==1.3
# via python-slugify
typer==0.9.0
# via
# dtyper
# render-engine
typing-extensions==4.8.0
# via typer