File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
1
.env
2
- venv
2
+ venv
3
+ .venv
Original file line number Diff line number Diff line change 4
4
import os
5
5
from io import BytesIO
6
6
from md2pdf .core import md2pdf
7
+ from dotenv import load_dotenv
8
+
9
+ load_dotenv ()
7
10
8
11
GROQ_API_KEY = os .environ .get ("GROQ_API_KEY" , None )
9
12
Original file line number Diff line number Diff line change @@ -3,38 +3,50 @@ annotated-types==0.6.0
3
3
anyio == 4.3.0
4
4
attrs == 23.2.0
5
5
blinker == 1.8.2
6
+ Brotli == 1.1.0
6
7
cachetools == 5.3.3
7
8
certifi == 2024.2.2
9
+ cffi == 1.16.0
8
10
charset-normalizer == 3.3.2
9
11
click == 8.1.7
12
+ cssselect2 == 0.7.0
10
13
defusedxml == 0.7.1
11
14
distro == 1.9.0
15
+ docopt == 0.6.2
16
+ exceptiongroup == 1.2.1
12
17
fonttools == 4.51.0
13
18
fpdf2 == 2.7.9
14
19
gitdb == 4.0.11
15
20
GitPython == 3.1.43
16
21
groq == 0.6.0
17
22
h11 == 0.14.0
23
+ html5lib == 1.1
18
24
httpcore == 1.0.5
19
25
httpx == 0.27.0
20
26
idna == 3.7
21
27
Jinja2 == 3.1.4
22
28
jsonschema == 4.22.0
23
29
jsonschema-specifications == 2023.12.1
24
30
markdown-it-py == 3.0.0
31
+ markdown2 == 2.4.13
25
32
MarkupSafe == 2.1.5
33
+ md2pdf == 1.0.1
26
34
mdurl == 0.1.2
27
35
numpy == 1.26.4
28
36
packaging == 24.0
29
37
pandas == 2.2.2
30
38
pillow == 10.3.0
31
39
protobuf == 4.25.3
32
40
pyarrow == 16.1.0
41
+ pycparser == 2.22
33
42
pydantic == 2.7.1
34
43
pydantic_core == 2.18.2
35
44
pydeck == 0.9.1
45
+ pydyf == 0.10.0
36
46
Pygments == 2.18.0
47
+ pyphen == 0.15.0
37
48
python-dateutil == 2.9.0.post0
49
+ python-dotenv == 1.0.1
38
50
pytz == 2024.1
39
51
referencing == 0.35.1
40
52
requests == 2.31.0
@@ -43,13 +55,15 @@ rpds-py==0.18.1
43
55
six == 1.16.0
44
56
smmap == 5.0.1
45
57
sniffio == 1.3.1
46
- streamlit == 1.34 .0
58
+ streamlit == 1.36 .0
47
59
tenacity == 8.3.0
60
+ tinycss2 == 1.3.0
48
61
toml == 0.10.2
49
62
toolz == 0.12.1
50
63
tornado == 6.4
51
64
typing_extensions == 4.11.0
52
65
tzdata == 2024.1
53
66
urllib3 == 2.2.1
54
- weasyprint
55
- md2pdf
67
+ weasyprint == 62.3
68
+ webencodings == 0.5.1
69
+ zopfli == 0.2.3
You can’t perform that action at this time.
0 commit comments