-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
44 lines (41 loc) · 924 Bytes
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[scripts]
migrate = "python manage.py migrate"
test = "python manage.py test"
lint = "black . --check"
[packages]
asgiref = "==3.3.0"
django-cors-headers = "==3.5.0"
django-mixins = "==0.0.10"
djangorestframework = "==3.12.1"
django-environ = "==0.4.5"
psycopg2 = "==2.8.6"
pytz = "==2020.4"
sqlparse = "==0.4.1"
numpy = "==1.19.3"
pycontractions = "==2.0.1"
Django = "==3.1.3"
celery = "*"
langdetect = "*"
django-elasticsearch-dsl = "*"
textract = "==1.5.0"
nltk = "*"
majka = "*"
spacy = "*"
textblob = "*"
inflect = "*"
unidecode = "*"
pytesseract = "*"
sklearn = "*"
word2number-i18n = "==1.2.0"
black = "*"
setuptools = "*"
python-dev-tools = "*"
greedy-string-tiling = {git = "https://github.com/apluslms/greedy-string-tiling.git", ref = "master", editable = true}
sendgrid = "*"
python-levenshtein = "*"
[pipenv]
allow_prereleases = true