gpt-99 commited on
Commit
e9ae3a8
·
1 Parent(s): 613e758

fixing requirements

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +22 -49
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .env
requirements.txt CHANGED
@@ -1,81 +1,54 @@
1
  aiofiles==23.2.1
2
  annotated-types==0.7.0
3
- anyio==4.6.2.post1
4
- appnope==0.1.4
5
- asttokens==2.4.1
6
- audioop-lts==0.2.1
7
  certifi==2024.8.30
8
  charset-normalizer==3.4.0
9
  click==8.1.7
10
- comm==0.2.2
11
- debugpy==1.8.7
12
- decorator==5.1.1
13
  distro==1.9.0
14
- executing==2.1.0
15
- fastapi==0.115.4
16
  ffmpy==0.4.0
17
  filelock==3.16.1
18
  fsspec==2024.10.0
19
- gradio==5.4.0
20
- gradio_client==1.4.2
21
  groq==0.13.0
22
  h11==0.14.0
23
- httpcore==1.0.6
24
- httpx==0.27.2
25
- huggingface-hub==0.26.2
26
  idna==3.10
27
- ipykernel==6.29.5
28
- ipython==8.29.0
29
- jedi==0.19.1
30
  Jinja2==3.1.4
31
- jupyter_client==8.6.3
32
- jupyter_core==5.7.2
33
  markdown-it-py==3.0.0
34
  MarkupSafe==2.1.5
35
- matplotlib-inline==0.1.7
36
  mdurl==0.1.2
37
- nest-asyncio==1.6.0
38
- numpy==2.1.2
39
- ollama==0.3.3
40
- orjson==3.10.10
41
- packaging==24.1
42
  pandas==2.2.3
43
- parso==0.8.4
44
- pexpect==4.9.0
45
  pillow==11.0.0
46
- platformdirs==4.3.6
47
- prompt_toolkit==3.0.48
48
- psutil==6.1.0
49
- ptyprocess==0.7.0
50
- pure_eval==0.2.3
51
- pydantic==2.9.2
52
- pydantic_core==2.23.4
53
  pydub==0.25.1
54
  Pygments==2.18.0
55
  python-dateutil==2.9.0.post0
56
  python-dotenv==1.0.1
57
- python-multipart==0.0.12
58
  pytz==2024.2
59
  PyYAML==6.0.2
60
- pyzmq==26.2.0
61
  requests==2.32.3
62
  rich==13.9.4
63
- ruff==0.7.2
64
- safehttpx==0.1.1
65
  semantic-version==2.10.0
66
  shellingham==1.5.4
67
- six==1.16.0
68
  sniffio==1.3.1
69
- stack-data==0.6.3
70
- starlette==0.41.2
71
- tomlkit==0.12.0
72
- tornado==6.4.1
73
- tqdm==4.66.6
74
- traitlets==5.14.3
75
- typer==0.12.5
76
  typing_extensions==4.12.2
77
  tzdata==2024.2
78
  urllib3==2.2.3
79
- uvicorn==0.32.0
80
- wcwidth==0.2.13
81
- websockets==12.0
 
1
  aiofiles==23.2.1
2
  annotated-types==0.7.0
3
+ anyio==4.7.0
 
 
 
4
  certifi==2024.8.30
5
  charset-normalizer==3.4.0
6
  click==8.1.7
 
 
 
7
  distro==1.9.0
8
+ fastapi==0.115.6
 
9
  ffmpy==0.4.0
10
  filelock==3.16.1
11
  fsspec==2024.10.0
12
+ gradio==5.8.0
13
+ gradio_client==1.5.1
14
  groq==0.13.0
15
  h11==0.14.0
16
+ httpcore==1.0.7
17
+ httpx==0.28.1
18
+ huggingface-hub==0.26.5
19
  idna==3.10
 
 
 
20
  Jinja2==3.1.4
 
 
21
  markdown-it-py==3.0.0
22
  MarkupSafe==2.1.5
 
23
  mdurl==0.1.2
24
+ numpy==2.2.0
25
+ orjson==3.10.12
26
+ packaging==24.2
 
 
27
  pandas==2.2.3
 
 
28
  pillow==11.0.0
29
+ pydantic==2.10.3
30
+ pydantic_core==2.27.1
 
 
 
 
 
31
  pydub==0.25.1
32
  Pygments==2.18.0
33
  python-dateutil==2.9.0.post0
34
  python-dotenv==1.0.1
35
+ python-multipart==0.0.19
36
  pytz==2024.2
37
  PyYAML==6.0.2
 
38
  requests==2.32.3
39
  rich==13.9.4
40
+ ruff==0.8.2
41
+ safehttpx==0.1.6
42
  semantic-version==2.10.0
43
  shellingham==1.5.4
44
+ six==1.17.0
45
  sniffio==1.3.1
46
+ starlette==0.41.3
47
+ tomlkit==0.13.2
48
+ tqdm==4.67.1
49
+ typer==0.15.1
 
 
 
50
  typing_extensions==4.12.2
51
  tzdata==2024.2
52
  urllib3==2.2.3
53
+ uvicorn==0.32.1
54
+ websockets==14.1