ananyagm commited on
Commit
7b4e218
·
1 Parent(s): f2d615c

Context-Informed-Descriptions

Browse files
Files changed (1) hide show
  1. requirements.txt +107 -1
requirements.txt CHANGED
@@ -1,2 +1,108 @@
1
  flask
2
- gunicorn
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  flask
2
+ gunicorn
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ appnope==0.1.4
6
+ asttokens==2.4.1
7
+ attrs==23.2.0
8
+ backcall==0.2.0
9
+ beautifulsoup4==4.12.2
10
+ bleach==6.1.0
11
+ blinker==1.7.0
12
+ blis==0.7.11
13
+ catalogue==2.0.10
14
+ certifi==2023.7.22
15
+ charset-normalizer==3.3.2
16
+ click==8.1.7
17
+ cloudpathlib==0.16.0
18
+ confection==0.1.4
19
+ cymem==2.0.8
20
+ decorator==5.1.1
21
+ defusedxml==0.7.1
22
+ distro==1.9.0
23
+ docopt==0.6.2
24
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
25
+ executing==2.0.1
26
+ fastjsonschema==2.19.1
27
+ filelock==3.13.3
28
+ Flask==3.0.2
29
+ Flask-Cors==4.0.0
30
+ fsspec==2024.3.1
31
+ h11==0.14.0
32
+ httpcore==1.0.5
33
+ httpx==0.27.0
34
+ huggingface-hub==0.22.2
35
+ idna==3.4
36
+ ipython==8.12.3
37
+ itsdangerous==2.1.2
38
+ jedi==0.19.1
39
+ Jinja2==3.1.3
40
+ jsonschema==4.21.1
41
+ jsonschema-specifications==2023.12.1
42
+ jupyter_client==8.6.1
43
+ jupyter_core==5.7.2
44
+ jupyterlab_pygments==0.3.0
45
+ langcodes==3.3.0
46
+ MarkupSafe==2.1.5
47
+ matplotlib-inline==0.1.7
48
+ mistune==3.0.2
49
+ mpmath==1.3.0
50
+ murmurhash==1.0.10
51
+ nbclient==0.10.0
52
+ nbconvert==7.16.3
53
+ nbformat==5.10.4
54
+ networkx==3.2.1
55
+ numpy==1.26.4
56
+ openai==1.16.1
57
+ packaging==23.2
58
+ pandocfilters==1.5.1
59
+ parso==0.8.4
60
+ pexpect==4.9.0
61
+ pickleshare==0.7.5
62
+ pillow==10.3.0
63
+ pipreqs==0.5.0
64
+ platformdirs==4.2.0
65
+ preshed==3.0.9
66
+ prompt-toolkit==3.0.43
67
+ ptyprocess==0.7.0
68
+ pure-eval==0.2.2
69
+ pydantic==2.6.3
70
+ pydantic_core==2.16.3
71
+ Pygments==2.17.2
72
+ python-dateutil==2.9.0.post0
73
+ PyYAML==6.0.1
74
+ pyzmq==26.0.0
75
+ referencing==0.34.0
76
+ regex==2023.12.25
77
+ requests==2.31.0
78
+ rpds-py==0.18.0
79
+ safetensors==0.4.2
80
+ setuptools==69.1.1
81
+ six==1.16.0
82
+ smart-open==6.4.0
83
+ sniffio==1.3.1
84
+ soupsieve==2.5
85
+ spacy==3.7.4
86
+ spacy-legacy==3.0.12
87
+ spacy-loggers==1.0.5
88
+ srsly==2.4.8
89
+ stack-data==0.6.3
90
+ sympy==1.12
91
+ thinc==8.2.3
92
+ tiktoken==0.6.0
93
+ tinycss2==1.2.1
94
+ tokenizers==0.15.2
95
+ torch==2.2.2
96
+ tornado==6.4
97
+ tqdm==4.66.2
98
+ traitlets==5.14.2
99
+ transformers==4.39.3
100
+ typer==0.9.0
101
+ typing_extensions==4.10.0
102
+ urllib3==2.0.7
103
+ wasabi==1.1.2
104
+ wcwidth==0.2.13
105
+ weasel==0.3.4
106
+ webencodings==0.5.1
107
+ Werkzeug==3.0.2
108
+ yarg==0.1.9