brestok commited on
Commit
37e5246
·
1 Parent(s): b4d8704

update reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -8
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
  annotated-types==0.7.0
2
  anyio==4.6.2.post1
 
3
  certifi==2024.8.30
4
  click==8.1.7
5
  distro==1.9.0
 
 
 
6
  fastapi==0.115.5
7
  h11==0.14.0
8
  httpcore==1.0.7
@@ -10,19 +14,23 @@ httptools==0.6.4
10
  httpx==0.27.2
11
  idna==3.10
12
  jiter==0.7.1
 
13
  openai==1.54.4
14
- pydantic~=2.10.2
15
- pydantic_core~=2.27.1
 
 
 
16
  python-dotenv==1.0.1
 
17
  PyYAML==6.0.2
 
 
18
  sniffio==1.3.1
19
- starlette~=0.41.3
20
  tqdm==4.67.0
21
  typing_extensions==4.12.2
22
- uvicorn==0.32.0
23
  uvloop==0.21.0
24
- watchfiles==0.24.0
25
  websockets==14.1
26
-
27
- motor~=3.6.0
28
- pymongo~=4.9.2
 
1
  annotated-types==0.7.0
2
  anyio==4.6.2.post1
3
+ bcrypt==4.2.1
4
  certifi==2024.8.30
5
  click==8.1.7
6
  distro==1.9.0
7
+ dnspython==2.7.0
8
+ ecdsa==0.19.0
9
+ email_validator==2.2.0
10
  fastapi==0.115.5
11
  h11==0.14.0
12
  httpcore==1.0.7
 
14
  httpx==0.27.2
15
  idna==3.10
16
  jiter==0.7.1
17
+ motor==3.6.0
18
  openai==1.54.4
19
+ passlib==1.7.4
20
+ pyasn1==0.6.1
21
+ pydantic==2.10.2
22
+ pydantic_core==2.27.1
23
+ pymongo==4.9.2
24
  python-dotenv==1.0.1
25
+ python-jose==3.3.0
26
  PyYAML==6.0.2
27
+ rsa==4.9
28
+ six==1.16.0
29
  sniffio==1.3.1
30
+ starlette==0.41.3
31
  tqdm==4.67.0
32
  typing_extensions==4.12.2
33
+ uvicorn==0.32.1
34
  uvloop==0.21.0
35
+ watchfiles==1.0.0
36
  websockets==14.1