Nasma commited on
Commit
4f7e9a8
·
verified ·
1 Parent(s): 0c1d82d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +46 -46
requirements.txt CHANGED
@@ -1,47 +1,47 @@
1
- blis==0.2.4
2
- catalogue==2.0.9
3
- certifi==2023.7.22
4
- charset-normalizer==3.2.0
5
- ChatterBot==1.0.8
6
- chatterbot-corpus==1.2.0
7
- click==8.1.6
8
- confection==0.1.1
9
- cymem==2.0.7
10
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz
11
- Flask==2.2.5
12
- idna==3.4
13
- importlib-metadata==6.7.0
14
- itsdangerous==2.1.2
15
- Jinja2==3.1.2
16
- joblib==1.3.1
17
- langcodes==3.3.0
18
- MarkupSafe==2.1.3
19
- mathparse==0.1.2
20
- murmurhash==1.0.9
21
- nltk==3.8.1
22
- numpy==1.21.6
23
- packaging==23.1
24
- pathy==0.10.2
25
- plac==0.9.6
26
- preshed==2.0.1
27
- pydantic==1.10.12
28
- python-dateutil==2.8.2
29
- pytz==2023.3
30
- PyYAML==3.13
31
- regex==2023.6.3
32
- requests==2.31.0
33
- six==1.16.0
34
- smart-open==6.3.0
35
- spacy==2.1.9
36
- spacy-legacy==3.0.12
37
- spacy-loggers==1.0.4
38
- SQLAlchemy==1.3.24
39
- srsly==1.0.7
40
- thinc==7.0.8
41
- tqdm==4.65.0
42
- typer==0.9.0
43
- typing_extensions==4.4.0
44
- urllib3==2.0.4
45
- wasabi==0.10.1
46
- Werkzeug==2.2.3
47
- zipp==3.15.0
 
1
+ blis
2
+ catalogue
3
+ certifi
4
+ charset-normalizer
5
+ ChatterBot
6
+ chatterbot-corpus
7
+ click
8
+ confection
9
+ cymem
10
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz
11
+ Flask
12
+ idna
13
+ importlib-metadata
14
+ itsdangerous
15
+ Jinja2
16
+ joblib
17
+ langcodes
18
+ MarkupSafe
19
+ mathparse
20
+ murmurhash
21
+ nltk
22
+ numpy
23
+ packaging
24
+ pathy
25
+ plac
26
+ preshed
27
+ pydantic
28
+ python-dateutil
29
+ pytz
30
+ PyYAML
31
+ regex
32
+ requests
33
+ six
34
+ smart-open
35
+ spacy
36
+ spacy-legacy
37
+ spacy-loggers
38
+ SQLAlchemy
39
+ srsly
40
+ thinc
41
+ tqdm
42
+ typer
43
+ typing_extensions
44
+ urllib3
45
+ wasabi
46
+ Werkzeug
47
+ zipp