-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathbase.txt
More file actions
61 lines (42 loc) · 1 KB
/
base.txt
File metadata and controls
61 lines (42 loc) · 1 KB
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
58
59
60
61
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.30.0
# Conservative Django
django==2.0.8 # pyup: < 2.1
# Configuration
django-environ==0.4.4
whitenoise==3.3.1
# Forms
django-crispy-forms==1.7.0
# Models
django-model-utils==3.1.1
# Images
Pillow==8.3.2
# Password storage
argon2-cffi==18.1.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.35.0
# Python-PostgreSQL Database Adapter
psycopg2==2.7.4 --no-binary psycopg2
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2018.3
# Redis support
django-redis==4.8.0
redis>=2.10.5
celery==3.1.25 # pyup: <4.0
requests==2.20.0
notebook==5.7.1
urllib3==1.23
# Your custom requirements go here
lxml==4.1.1
boto3==1.6.4
botocore==1.9.4
numpy==1.14.3
pandas==0.22.0
tika==1.16
https://github.com/LexPredict/lexpredict-lexnlp/archive/master.zip