ZakoST commited on
Commit
22add08
·
1 Parent(s): 2c81b4e

Added requirements file

Browse files
Files changed (3) hide show
  1. .gitignore +2 -1
  2. poetry.lock +0 -0
  3. requirements.txt +90 -0
.gitignore CHANGED
@@ -1 +1,2 @@
1
- rapports/
 
 
1
+ rapports/
2
+ .venv/
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.5.0
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ appnope==0.1.4
5
+ asttokens==3.0.0
6
+ attrs==23.2.0
7
+ beautifulsoup4==4.13.3
8
+ blinker==1.9.0
9
+ bs4==0.0.2
10
+ cachetools==5.5.2
11
+ certifi==2025.1.31
12
+ charset-normalizer==3.4.1
13
+ click==8.1.8
14
+ comm==0.2.2
15
+ debugpy==1.8.13
16
+ decorator==5.2.1
17
+ distro==1.9.0
18
+ executing==2.2.0
19
+ fastjsonschema==2.21.1
20
+ gitdb==4.0.12
21
+ GitPython==3.1.44
22
+ greenlet==3.1.1
23
+ grpcio==1.71.0
24
+ grpcio-tools==1.71.0
25
+ h11==0.14.0
26
+ h2==4.2.0
27
+ hpack==4.1.0
28
+ httpcore==1.0.7
29
+ httpx==0.28.1
30
+ hyperframe==6.1.0
31
+ idna==3.10
32
+ IProgress==0.4
33
+ ipykernel==6.29.5
34
+ ipython==9.0.2
35
+ ipython_pygments_lexers==1.1.1
36
+ jedi==0.19.2
37
+ Jinja2==3.1.6
38
+ jiter==0.9.0
39
+ jsonschema==4.23.0
40
+ jsonschema-specifications==2024.10.1
41
+ jupyter_client==8.6.3
42
+ jupyter_core==5.7.2
43
+ MarkupSafe==3.0.2
44
+ matplotlib-inline==0.1.7
45
+ narwhals==1.33.0
46
+ nbformat==5.10.4
47
+ nest-asyncio==1.6.0
48
+ numpy==1.26.4
49
+ openai==1.70.0
50
+ packaging==24.2
51
+ pandas==2.2.3
52
+ parso==0.8.4
53
+ pexpect==4.9.0
54
+ pillow==11.1.0
55
+ platformdirs==4.3.6
56
+ plotly==6.0.1
57
+ portalocker==2.10.1
58
+ prompt_toolkit==3.0.50
59
+ protobuf==5.29.3
60
+ psutil==7.0.0
61
+ ptyprocess==0.7.0
62
+ pure_eval==0.2.3
63
+ pyarrow==19.0.1
64
+ pydantic==2.8.2
65
+ pydantic_core==2.20.1
66
+ pydeck==0.9.1
67
+ Pygments==2.19.1
68
+ python-dateutil==2.9.0.post0
69
+ pytz==2025.1
70
+ pyzmq==26.3.0
71
+ qdrant-client==1.7.0
72
+ referencing==0.36.2
73
+ requests==2.32.3
74
+ rpds-py==0.24.0
75
+ six==1.17.0
76
+ smmap==5.0.2
77
+ sniffio==1.3.1
78
+ soupsieve==2.6
79
+ SQLAlchemy==1.4.46
80
+ stack-data==0.6.3
81
+ streamlit==1.44.1
82
+ tenacity==9.1.2
83
+ toml==0.10.2
84
+ tornado==6.4.2
85
+ tqdm==4.67.1
86
+ traitlets==5.14.3
87
+ typing_extensions==4.12.2
88
+ tzdata==2025.1
89
+ urllib3==1.26.20
90
+ wcwidth==0.2.13