Skip to content

Commit 602a3ed

Browse files
committed
feat: resolving dependency issues
1 parent 2d4b1a4 commit 602a3ed

File tree

2 files changed

+100
-435
lines changed

2 files changed

+100
-435
lines changed

requirements.in

Lines changed: 32 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,43 @@
1-
alembic
2-
annotated-doc
3-
annotated-types
4-
anyio
5-
appdirs
6-
black
7-
blinker
8-
boolean.py
9-
CacheControl
10-
certifi
11-
cffi
12-
charset-normalizer
13-
click
14-
cloudpickle
15-
colorama
16-
contourpy
17-
coverage
18-
cryptography
19-
cycler
20-
cyclonedx-python-lib
21-
defusedxml
22-
deprecation
23-
distro
24-
docker
25-
dynaconf
26-
entrypoints
27-
evidently
28-
Faker
1+
# --- Web Frameworks ---
292
fastapi
30-
filelock
31-
Flask
32-
fonttools
33-
fsspec
34-
gitdb
35-
GitPython
36-
graphene
37-
graphql-core
38-
graphql-relay
39-
greenlet
40-
h11
41-
httpcore
42-
httptools
43-
httpx
44-
idna
45-
importlib_metadata
46-
iniconfig
47-
iterative-telemetry
48-
itsdangerous
49-
Jinja2
50-
joblib
51-
kiwisolver
52-
license-expression
53-
litestar
54-
litestar-htmx
55-
Mako
56-
Markdown
57-
markdown-it-py
58-
MarkupSafe
59-
matplotlib
60-
mdurl
61-
mlflow
62-
msgpack
63-
msgspec
64-
multidict
65-
multipart
66-
mypy_extensions
67-
nltk
68-
numpy
69-
packageurl-python
70-
packaging
3+
uvicorn
4+
5+
# --- Data Science & MLOps ---
716
pandas
72-
pathspec
73-
patsy
74-
pillow
75-
pip-api
76-
pip-requirements-parser
77-
pip_audit
78-
platformdirs
79-
plotly
80-
pluggy
81-
polyfactory
82-
prometheus-fastapi-instrumentator
83-
prometheus_client
84-
protobuf
85-
py-serializable
86-
pyarrow
87-
pycparser
88-
pydantic
89-
pydantic_core
90-
Pygments
91-
pyparsing
92-
pytest
93-
pytest-cov
94-
python-dateutil
95-
python-dotenv
96-
pytokens
97-
pytz
98-
pywin32
99-
PyYAML
100-
querystring-parser
101-
regex
102-
requests
103-
rich
104-
rich-click
105-
ruff
7+
numpy
1068
scikit-learn
1079
scipy
108-
setuptools
109-
shellingham
110-
six
111-
smmap
112-
sniffio
113-
sortedcontainers
114-
SQLAlchemy
115-
sqlparse
116-
starlette
10+
matplotlib
11+
plotly
11712
statsmodels
118-
tenacity
119-
threadpoolctl
120-
toml
13+
mlflow
14+
evidently
15+
prometheus-fastapi-instrumentator
16+
prometheus_client
17+
fsspec
12118
tqdm
122-
typer
123-
typing-inspect
124-
typing-inspection
125-
typing_extensions
126-
tzdata
127-
ujson
128-
urllib3
129-
uuid6
130-
uvicorn
131-
waitress
132-
watchdog
133-
watchfiles
134-
websockets
135-
Werkzeug
136-
zipp
137-
gunicorn
138-
groq
139-
rouge-score
140-
faiss-cpu
19+
20+
# --- LLM & AI ---
14121
llama-index
14222
llama-index-core
143-
llama-index-cli
14423
llama-index-vector-stores-faiss
14524
llama-index-embeddings-huggingface
14625
llama-index-embeddings-openai
147-
pypdf
26+
faiss-cpu
27+
groq
28+
rouge-score
29+
nltk
30+
31+
# --- Utilities ---
32+
docker
33+
sqlalchemy
34+
pydantic
35+
pydantic-settings
36+
python-dotenv
37+
requests
38+
httpx
39+
pyyaml
40+
41+
# --- Testing (Crucial for GitHub Actions) ---
42+
pytest
43+
pytest-cov

0 commit comments

Comments
 (0)