saman shrestha commited on
Commit
335dc24
·
1 Parent(s): 10280c4

fix: added cors"

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -39
requirements.txt CHANGED
@@ -2,97 +2,59 @@ aiohappyeyeballs==2.4.0
2
  aiohttp==3.10.5
3
  aiosignal==1.3.1
4
  annotated-types==0.7.0
5
- anthropic==0.34.1
6
  anyio==4.6.0
7
  async-timeout==4.0.3
8
  attrs==24.2.0
9
- blessed==1.20.0
10
  blinker==1.8.2
11
  certifi==2024.8.30
12
- chardet==5.2.0
13
  charset-normalizer==3.3.2
14
  click==8.1.7
15
  dataclasses-json==0.6.7
16
- defusedxml==0.7.1
17
  distro==1.9.0
18
- dnspython==2.6.1
19
- editor==1.6.6
20
- email_validator==2.2.0
21
  exceptiongroup==1.2.2
22
- faiss-cpu==1.8.0.post1
23
- filelock==3.15.4
24
  Flask==3.0.3
25
  Flask-Cors==5.0.0
26
  frozenlist==1.4.1
27
- fsspec==2024.6.1
28
  groq==0.11.0
29
- gunicorn==23.0.0
30
  h11==0.14.0
31
  httpcore==1.0.5
32
  httpx==0.27.2
33
- huggingface-hub==0.24.6
34
  idna==3.10
35
- inquirer==3.4.0
36
  itsdangerous==2.2.0
37
  Jinja2==3.1.4
38
- jiter==0.5.0
39
  jsonpatch==1.33
40
  jsonpointer==3.0.0
41
  langchain==0.1.16
42
- langchain-anthropic==0.1.23
43
  langchain-community==0.0.38
44
  langchain-core==0.1.52
45
  langchain-groq==0.1.5
46
- langchain-openai==0.1.17
47
  langchain-text-splitters==0.0.2
48
  langsmith==0.1.125
49
- Levenshtein==0.25.1
50
- lib_resume_builder_AIHawk @ git+https://github.com/feder-cr/lib_resume_builder_AIHawk.git@d431d88d319d33134a3e9048dcc4346a3360cba1
51
  load-dotenv==0.1.0
52
  MarkupSafe==2.1.5
53
  marshmallow==3.22.0
54
  multidict==6.1.0
55
  mypy-extensions==1.0.0
56
  numpy==1.26.4
57
- openai==1.37.1
58
  orjson==3.10.7
59
- outcome==1.3.0.post0
60
  packaging==23.2
61
  pandas==2.2.3
62
- pillow==10.4.0
63
  psycopg2-binary==2.9.9
64
  pydantic==2.9.2
65
  pydantic_core==2.23.4
66
- PySocks==1.7.1
67
  python-dateutil==2.9.0.post0
68
  python-dotenv==1.0.1
69
  pytz==2024.2
70
  PyYAML==6.0.2
71
- rapidfuzz==3.9.6
72
- readchar==4.2.0
73
- regex==2024.7.24
74
- reportlab==4.2.2
75
  requests==2.32.3
76
- runs==1.2.2
77
- selenium==4.9.1
78
  six==1.16.0
79
  sniffio==1.3.1
80
- sortedcontainers==2.4.0
81
  SQLAlchemy==2.0.35
82
  tabulate==0.9.0
83
  tenacity==8.5.0
84
- tiktoken==0.7.0
85
- tokenizers==0.20.0
86
- tqdm==4.66.5
87
- trio==0.26.2
88
- trio-websocket==0.11.1
89
  typing-inspect==0.9.0
90
  typing_extensions==4.12.2
91
  tzdata==2024.1
92
  urllib3==2.2.3
93
- wcwidth==0.2.13
94
- webdriver-manager==4.0.2
95
  Werkzeug==3.0.4
96
- wsproto==1.2.0
97
- xmod==1.8.1
98
- yarl==1.11.1
 
2
  aiohttp==3.10.5
3
  aiosignal==1.3.1
4
  annotated-types==0.7.0
 
5
  anyio==4.6.0
6
  async-timeout==4.0.3
7
  attrs==24.2.0
 
8
  blinker==1.8.2
9
  certifi==2024.8.30
 
10
  charset-normalizer==3.3.2
11
  click==8.1.7
12
  dataclasses-json==0.6.7
 
13
  distro==1.9.0
 
 
 
14
  exceptiongroup==1.2.2
 
 
15
  Flask==3.0.3
16
  Flask-Cors==5.0.0
17
  frozenlist==1.4.1
 
18
  groq==0.11.0
 
19
  h11==0.14.0
20
  httpcore==1.0.5
21
  httpx==0.27.2
 
22
  idna==3.10
 
23
  itsdangerous==2.2.0
24
  Jinja2==3.1.4
 
25
  jsonpatch==1.33
26
  jsonpointer==3.0.0
27
  langchain==0.1.16
 
28
  langchain-community==0.0.38
29
  langchain-core==0.1.52
30
  langchain-groq==0.1.5
 
31
  langchain-text-splitters==0.0.2
32
  langsmith==0.1.125
 
 
33
  load-dotenv==0.1.0
34
  MarkupSafe==2.1.5
35
  marshmallow==3.22.0
36
  multidict==6.1.0
37
  mypy-extensions==1.0.0
38
  numpy==1.26.4
 
39
  orjson==3.10.7
 
40
  packaging==23.2
41
  pandas==2.2.3
 
42
  psycopg2-binary==2.9.9
43
  pydantic==2.9.2
44
  pydantic_core==2.23.4
 
45
  python-dateutil==2.9.0.post0
46
  python-dotenv==1.0.1
47
  pytz==2024.2
48
  PyYAML==6.0.2
 
 
 
 
49
  requests==2.32.3
 
 
50
  six==1.16.0
51
  sniffio==1.3.1
 
52
  SQLAlchemy==2.0.35
53
  tabulate==0.9.0
54
  tenacity==8.5.0
 
 
 
 
 
55
  typing-inspect==0.9.0
56
  typing_extensions==4.12.2
57
  tzdata==2024.1
58
  urllib3==2.2.3
 
 
59
  Werkzeug==3.0.4
60
+ yarl==1.11.1