saman shrestha commited on
Commit
10280c4
·
1 Parent(s): 981f1fd

fix: remove duplicate"

Browse files
Files changed (2) hide show
  1. requirement.txt +0 -98
  2. requirements.txt +39 -0
requirement.txt DELETED
@@ -1,98 +0,0 @@
1
- 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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt CHANGED
@@ -2,58 +2,97 @@ aiohappyeyeballs==2.4.0
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
  frozenlist==1.4.1
 
17
  groq==0.11.0
 
18
  h11==0.14.0
19
  httpcore==1.0.5
20
  httpx==0.27.2
 
21
  idna==3.10
 
22
  itsdangerous==2.2.0
23
  Jinja2==3.1.4
 
24
  jsonpatch==1.33
25
  jsonpointer==3.0.0
26
  langchain==0.1.16
 
27
  langchain-community==0.0.38
28
  langchain-core==0.1.52
29
  langchain-groq==0.1.5
 
30
  langchain-text-splitters==0.0.2
31
  langsmith==0.1.125
 
 
32
  load-dotenv==0.1.0
33
  MarkupSafe==2.1.5
34
  marshmallow==3.22.0
35
  multidict==6.1.0
36
  mypy-extensions==1.0.0
37
  numpy==1.26.4
 
38
  orjson==3.10.7
 
39
  packaging==23.2
40
  pandas==2.2.3
 
41
  psycopg2-binary==2.9.9
42
  pydantic==2.9.2
43
  pydantic_core==2.23.4
 
44
  python-dateutil==2.9.0.post0
45
  python-dotenv==1.0.1
46
  pytz==2024.2
47
  PyYAML==6.0.2
 
 
 
 
48
  requests==2.32.3
 
 
49
  six==1.16.0
50
  sniffio==1.3.1
 
51
  SQLAlchemy==2.0.35
52
  tabulate==0.9.0
53
  tenacity==8.5.0
 
 
 
 
 
54
  typing-inspect==0.9.0
55
  typing_extensions==4.12.2
56
  tzdata==2024.1
57
  urllib3==2.2.3
 
 
58
  Werkzeug==3.0.4
 
 
59
  yarl==1.11.1
 
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