-
Notifications
You must be signed in to change notification settings - Fork 133
/
requirements.txt
57 lines (47 loc) · 1.38 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Python-C stuff
Cython==0.28.2
six==1.15.0
# WSGI compatible server
uwsgi==2.0.19.1
# AWS libs
botocore==1.21.35
s3transfer==0.5.0
boto3==1.18.35
scipy==1.4.1
numpy==1.19.2
pandas==1.0.5
urllib3==1.26.5
requests==2.26.0
requests-aws4auth==0.9
Django==3.2.19
elasticsearch==5.5.3
nltk==3.4.5
phonenumberslite==8.10.18
pyaml==19.4.1
python-dateutil==2.7.3
pytz==2020.1
regex==2020.7.14
weighted-levenshtein==0.1
word2number==1.1
# Spacy and models
spacy==2.3.2
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz#egg=en_core_web_sm
https://github.com/explosion/spacy-models/releases/download/nl_core_news_sm-2.3.0/nl_core_news_sm-2.3.0.tar.gz#egg=nl_core_news_sm
https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-2.3.0/fr_core_news_sm-2.3.0.tar.gz#egg=fr_core_news_sm
https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-2.3.0/de_core_news_sm-2.3.0.tar.gz#egg=de_core_news_sm
https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-2.3.1/es_core_news_sm-2.3.1.tar.gz#egg=es_core_news_sm
# Alerting and APMs
newrelic==5.24.0.153
elastic-apm==6.5.0
sentry-sdk==1.3.0
# Tests
django-nose==1.4.7
mock==3.0.5
coverage==5.5
nose-exclude==0.5.0
# Other convenience libs, ideally should only be installed in dev
flake8==3.4.1
jedi==0.17.2
#logging
structlog==21.1.0
django-structlog==1.5.2