-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPipfile
More file actions
48 lines (45 loc) · 829 Bytes
/
Pipfile
File metadata and controls
48 lines (45 loc) · 829 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
coverage = "*"
flake8 = "*"
pep8 = "*"
factory_boy = "*"
flake8-html = "*"
isort = "*"
mock = "*"
pylint = "*"
[packages]
Django = "<3.0"
Pillow = "*"
anyjson = "*"
beautifulsoup4 = "*"
bleach = "*"
celery = "*"
django-all-access = "*"
django-appconf = "*"
django-compressor = "*"
django-debug-toolbar = "*"
django-environ = "*"
django-extensions = "*"
django-push = "*"
django-scribbler = "*"
django-selectable = "*"
django-storages = {extras = ["azure"],version = "*"}
django-taggit = "*"
django-widget-tweaks = "*"
dj-static = "*"
docutils = "*"
html5lib = "*"
psycopg2 = "*"
pycrypto = "*"
pysolr = "*"
python-dateutil = "*"
python-memcached = "*"
sentry-sdk = "*"
sorl-thumbnail = "*"
uwsgi = "*"
[requires]
python_version = "3.8"