HuyDN commited on
Commit
d140f78
1 Parent(s): f03a9ee

Phase1/HuyDN: update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +57 -0
requirements.txt CHANGED
@@ -1,31 +1,88 @@
 
 
1
  annotated-types==0.6.0
2
  anyio==4.3.0
 
 
 
3
  certifi==2024.2.2
 
 
4
  click==8.1.7
5
  colorama==0.4.6
 
 
6
  dnspython==2.6.1
7
  email_validator==2.1.1
8
  fastapi==0.110.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  h11==0.14.0
10
  httpcore==1.0.4
 
11
  httptools==0.6.1
12
  httpx==0.27.0
13
  idna==3.6
14
  itsdangerous==2.1.2
15
  Jinja2==3.1.3
 
 
 
 
 
 
 
 
16
  MarkupSafe==2.1.5
 
 
 
 
 
17
  orjson==3.9.15
 
 
 
 
 
 
18
  pydantic==2.6.3
19
  pydantic-extra-types==2.6.0
20
  pydantic-settings==2.2.1
21
  pydantic_core==2.16.3
 
 
22
  python-dotenv==1.0.1
23
  python-multipart==0.0.9
24
  PyYAML==6.0.1
 
 
25
  sniffio==1.3.1
 
26
  starlette==0.36.3
 
 
 
27
  typing_extensions==4.10.0
28
  ujson==5.9.0
 
 
29
  uvicorn==0.27.1
30
  watchfiles==0.21.0
31
  websockets==12.0
 
 
1
+ aiohttp==3.9.3
2
+ aiosignal==1.3.1
3
  annotated-types==0.6.0
4
  anyio==4.3.0
5
+ attrs==23.2.0
6
+ CacheControl==0.14.0
7
+ cachetools==5.3.3
8
  certifi==2024.2.2
9
+ cffi==1.16.0
10
+ charset-normalizer==3.3.2
11
  click==8.1.7
12
  colorama==0.4.6
13
+ cryptography==42.0.5
14
+ dataclasses-json==0.6.4
15
  dnspython==2.6.1
16
  email_validator==2.1.1
17
  fastapi==0.110.0
18
+ firebase-admin==6.4.0
19
+ frozenlist==1.4.1
20
+ google-ai-generativelanguage==0.4.0
21
+ google-api-core==2.17.1
22
+ google-api-python-client==2.121.0
23
+ google-auth==2.28.1
24
+ google-auth-httplib2==0.2.0
25
+ google-cloud-core==2.4.1
26
+ google-cloud-firestore==2.15.0
27
+ google-cloud-storage==2.15.0
28
+ google-crc32c==1.5.0
29
+ google-generativeai==0.3.2
30
+ google-resumable-media==2.7.0
31
+ googleapis-common-protos==1.62.0
32
+ greenlet==3.0.3
33
+ grpcio==1.62.0
34
+ grpcio-status==1.62.0
35
  h11==0.14.0
36
  httpcore==1.0.4
37
+ httplib2==0.22.0
38
  httptools==0.6.1
39
  httpx==0.27.0
40
  idna==3.6
41
  itsdangerous==2.1.2
42
  Jinja2==3.1.3
43
+ jsonpatch==1.33
44
+ jsonpointer==2.4
45
+ langchain==0.1.11
46
+ langchain-community==0.0.27
47
+ langchain-core==0.1.30
48
+ langchain-google-genai==0.0.9
49
+ langchain-text-splitters==0.0.1
50
+ langsmith==0.1.22
51
  MarkupSafe==2.1.5
52
+ marshmallow==3.21.1
53
+ msgpack==1.0.8
54
+ multidict==6.0.5
55
+ mypy-extensions==1.0.0
56
+ numpy==1.26.4
57
  orjson==3.9.15
58
+ packaging==23.2
59
+ proto-plus==1.23.0
60
+ protobuf==4.25.3
61
+ pyasn1==0.5.1
62
+ pyasn1-modules==0.3.0
63
+ pycparser==2.21
64
  pydantic==2.6.3
65
  pydantic-extra-types==2.6.0
66
  pydantic-settings==2.2.1
67
  pydantic_core==2.16.3
68
+ PyJWT==2.8.0
69
+ pyparsing==3.1.2
70
  python-dotenv==1.0.1
71
  python-multipart==0.0.9
72
  PyYAML==6.0.1
73
+ requests==2.31.0
74
+ rsa==4.9
75
  sniffio==1.3.1
76
+ SQLAlchemy==2.0.28
77
  starlette==0.36.3
78
+ tenacity==8.2.3
79
+ tqdm==4.66.2
80
+ typing-inspect==0.9.0
81
  typing_extensions==4.10.0
82
  ujson==5.9.0
83
+ uritemplate==4.1.1
84
+ urllib3==2.2.1
85
  uvicorn==0.27.1
86
  watchfiles==0.21.0
87
  websockets==12.0
88
+ yarl==1.9.4