-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
75 lines (72 loc) · 1.63 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python = "~=3.7.2"
[dev-packages]
Werkzeug = "~=0.15.3"
pdir2 = "*"
rope = "*"
requests-mock = "*"
gitchangelog = "*"
gevent = "*"
greenlet = "*"
flower = "~=0.9.3"
coverage = "*"
factory-boy = "*"
pytest-django = "*"
pytest-datadir = "*"
pytest-cov = "*"
pytest-mock = "*"
pytest-antilru = "*"
ipython = "*"
pip-licenses = "*"
pylint = "*"
pylint-django = "*"
pytest-ordering = "*"
ptvsd = "*"
black = "*"
[packages]
dj-database-url = "~=0.5.0"
django-configurations = "~=2.2"
django-debug-toolbar = "~=1.11.1"
django-extensions = "~=2.1.3"
Django = "~=2.2.24"
psycopg2-binary = "~=2.8"
gunicorn = "~=19.9.0"
whitenoise = "~=4.1"
newspaper3k = "~=0.2.8"
requests = "~=2.26.0"
goose3 = "~=3.1.6"
loguru = "~=0.2.5"
python-magic = "~=0.4.15"
pdf2image = "~=1.5.1"
cairosvg = "~=2.5.1"
django-npm = "~=1.0.0"
beautifulsoup4 = "~=4.7.1"
djangorestframework = "~=3.11.2"
django-cors-headers = "~=3.0.0"
boltons = "~=19.1.0"
django-filer = "~=1.7.1"
django-mptt = "~=0.9.1"
easy_thumbnails = "~=2.6.0"
django-polymorphic = "~=2.0.3"
Pillow = "~=8.3.2"
tornado = "~=4.2.0,<6.0.0"
retrying = "~=1.3.3"
django-elasticsearch-dsl = "==0.5.1"
django-tags-input = "~=4.4.2"
greenlet = "~=0.4.15"
celery= "~=4.2.2"
redis = "~=3.2.1"
pdfkit = {ref = "master",git = "https://github.com/JazzCore/python-pdfkit.git",editable = true}
favicon = "~=0.7.0"
django-hashid-field = "~=3.1.1"
django-currentuser = "==0.4.2"
django-rest-multiple-models = "~=2.1.3"
lunr = {extras = ["languages"],version = "*"}
natsort = "~=7.0.1"
python-memcached = "*"
django-cache-fallback = "*"
urllib3 = ">=1.26.5"