Sergidev commited on
Commit
4b14bee
1 Parent(s): 8bb0c70

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +36 -4
requirements.txt CHANGED
@@ -1,10 +1,42 @@
 
 
 
 
 
 
 
 
 
1
  fastapi==0.110.2
2
  fastapi-limiter==0.1.6
3
- huggingface-hub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  pydantic==2.7.0
 
 
 
 
 
5
  SQLAlchemy==2.0.30
6
  starlette==0.37.2
 
 
 
 
 
7
  uvicorn==0.29.0
8
- torch
9
- spaces==0.24.0
10
- llama-cpp-python
 
1
+ annotated-types==0.6.0
2
+ anthropic==0.26.0
3
+ anyio==4.3.0
4
+ blinker==1.8.2
5
+ certifi==2024.2.2
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ diskcache==5.6.3
9
+ distro==1.9.0
10
  fastapi==0.110.2
11
  fastapi-limiter==0.1.6
12
+ filelock==3.14.0
13
+ Flask==3.0.3
14
+ fsspec==2024.5.0
15
+ h11==0.14.0
16
+ httpcore==1.0.5
17
+ httpx==0.27.0
18
+ huggingface-cli==0.1
19
+ huggingface-hub==0.23.0
20
+ idna==3.7
21
+ itsdangerous==2.2.0
22
+ Jinja2==3.1.3
23
+ llama_cpp_python==0.2.63
24
+ Markdown==3.6
25
+ MarkupSafe==2.1.5
26
+ numpy==1.26.4
27
+ packaging==24.0
28
  pydantic==2.7.0
29
+ pydantic_core==2.18.1
30
+ PyYAML==6.0.1
31
+ redis==5.1.0b5
32
+ requests==2.32.0
33
+ sniffio==1.3.1
34
  SQLAlchemy==2.0.30
35
  starlette==0.37.2
36
+ tinydb==4.8.0
37
+ tokenizers==0.19.1
38
+ tqdm==4.66.4
39
+ typing_extensions==4.11.0
40
+ urllib3==2.2.1
41
  uvicorn==0.29.0
42
+ Werkzeug==3.0.3