JulesBelveze commited on
Commit
c93f1bf
1 Parent(s): b781b11

fix: requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -4
requirements.txt CHANGED
@@ -1,5 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  concepcy==0.1.0
2
- spacy==3.3.0
3
- https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.3.0/en_core_web_sm-3.3.0.tar.gz#egg=en_core_web_sm
4
- pandas
5
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ analytics-python==1.4.0
4
+ anyio==3.6.1
5
+ appnope==0.1.3
6
+ asttokens==2.0.5
7
+ async-timeout==4.0.2
8
+ attrs==22.1.0
9
+ backcall==0.2.0
10
+ backoff==1.10.0
11
+ bcrypt==3.2.2
12
+ blis==0.7.8
13
+ catalogue==2.0.8
14
+ certifi==2022.6.15
15
+ cffi==1.15.1
16
+ charset-normalizer==2.1.0
17
+ click==8.1.3
18
  concepcy==0.1.0
19
+ cryptography==37.0.4
20
+ cycler==0.11.0
21
+ cymem==2.0.6
22
+ decorator==5.1.1
23
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl
24
+ executing==0.9.1
25
+ fastapi==0.79.0
26
+ ffmpy==0.3.0
27
+ fonttools==4.34.4
28
+ frozenlist==1.3.0
29
+ fsspec==2022.7.1
30
+ gradio==3.1.1
31
+ h11==0.12.0
32
+ httpcore==0.15.0
33
+ httpx==0.23.0
34
+ idna==3.3
35
+ ipython==8.4.0
36
+ jedi==0.18.1
37
+ Jinja2==3.1.2
38
+ kiwisolver==1.4.4
39
+ langcodes==3.3.0
40
+ linkify-it-py==1.0.3
41
+ markdown-it-py==2.1.0
42
+ MarkupSafe==2.1.1
43
+ matplotlib==3.5.2
44
+ matplotlib-inline==0.1.3
45
+ mdit-py-plugins==0.3.0
46
+ mdurl==0.1.1
47
+ monotonic==1.6
48
+ multidict==6.0.2
49
+ murmurhash==1.0.7
50
+ numpy==1.23.1
51
+ orjson==3.7.11
52
+ packaging==21.3
53
+ pandas==1.4.3
54
+ paramiko==2.11.0
55
+ parso==0.8.3
56
+ pathy==0.6.2
57
+ pexpect==4.8.0
58
+ pickleshare==0.7.5
59
+ Pillow==9.2.0
60
+ preshed==3.0.6
61
+ prompt-toolkit==3.0.30
62
+ ptyprocess==0.7.0
63
+ pure-eval==0.2.2
64
+ pycparser==2.21
65
+ pycryptodome==3.15.0
66
+ pydantic==1.9.1
67
+ pydub==0.25.1
68
+ Pygments==2.12.0
69
+ PyNaCl==1.5.0
70
+ pyparsing==3.0.9
71
+ python-dateutil==2.8.2
72
+ python-multipart==0.0.5
73
+ pytz==2022.1
74
+ request-boost==0.6
75
+ requests==2.28.1
76
+ rfc3986==1.5.0
77
+ six==1.16.0
78
+ smart-open==5.2.1
79
+ sniffio==1.2.0
80
+ spacy==3.4.1
81
+ spacy-legacy==3.0.9
82
+ spacy-loggers==1.0.3
83
+ srsly==2.4.4
84
+ stack-data==0.3.0
85
+ starlette==0.19.1
86
+ thinc==8.1.0
87
+ toml==0.10.2
88
+ tqdm==4.64.0
89
+ traitlets==5.3.0
90
+ typer==0.4.2
91
+ typing_extensions==4.3.0
92
+ uc-micro-py==1.0.1
93
+ urllib3==1.26.11
94
+ uvicorn==0.18.2
95
+ wasabi==0.10.1
96
+ wcwidth==0.2.5
97
+ yarl==1.7.2