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 11.env
2- venv
2+ venv
3+ .venv
Original file line number Diff line number Diff line change 44import os
55from io import BytesIO
66from md2pdf .core import md2pdf
7+ from dotenv import load_dotenv
8+
9+ load_dotenv ()
710
811GROQ_API_KEY = os .environ .get ("GROQ_API_KEY" , None )
912
Original file line number Diff line number Diff line change @@ -3,38 +3,50 @@ annotated-types==0.6.0
33anyio == 4.3.0
44attrs == 23.2.0
55blinker == 1.8.2
6+ Brotli == 1.1.0
67cachetools == 5.3.3
78certifi == 2024.2.2
9+ cffi == 1.16.0
810charset-normalizer == 3.3.2
911click == 8.1.7
12+ cssselect2 == 0.7.0
1013defusedxml == 0.7.1
1114distro == 1.9.0
15+ docopt == 0.6.2
16+ exceptiongroup == 1.2.1
1217fonttools == 4.51.0
1318fpdf2 == 2.7.9
1419gitdb == 4.0.11
1520GitPython == 3.1.43
1621groq == 0.6.0
1722h11 == 0.14.0
23+ html5lib == 1.1
1824httpcore == 1.0.5
1925httpx == 0.27.0
2026idna == 3.7
2127Jinja2 == 3.1.4
2228jsonschema == 4.22.0
2329jsonschema-specifications == 2023.12.1
2430markdown-it-py == 3.0.0
31+ markdown2 == 2.4.13
2532MarkupSafe == 2.1.5
33+ md2pdf == 1.0.1
2634mdurl == 0.1.2
2735numpy == 1.26.4
2836packaging == 24.0
2937pandas == 2.2.2
3038pillow == 10.3.0
3139protobuf == 4.25.3
3240pyarrow == 16.1.0
41+ pycparser == 2.22
3342pydantic == 2.7.1
3443pydantic_core == 2.18.2
3544pydeck == 0.9.1
45+ pydyf == 0.10.0
3646Pygments == 2.18.0
47+ pyphen == 0.15.0
3748python-dateutil == 2.9.0.post0
49+ python-dotenv == 1.0.1
3850pytz == 2024.1
3951referencing == 0.35.1
4052requests == 2.31.0
@@ -43,13 +55,15 @@ rpds-py==0.18.1
4355six == 1.16.0
4456smmap == 5.0.1
4557sniffio == 1.3.1
46- streamlit == 1.34 .0
58+ streamlit == 1.36 .0
4759tenacity == 8.3.0
60+ tinycss2 == 1.3.0
4861toml == 0.10.2
4962toolz == 0.12.1
5063tornado == 6.4
5164typing_extensions == 4.11.0
5265tzdata == 2024.1
5366urllib3 == 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