forked from LibraryOfCongress/concordia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
61 lines (58 loc) · 1.17 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"psycopg2" = "*"
"psycopg2-binary" = "*"
gunicorn = "*"
celery = {extras = ["redis"],version = "*"}
coreapi = "*"
django-haystack = "*"
"boto3" = ">=1.9.16"
botocore = '>=1.12.16'
requests = "*"
Django = ">=2.1.7"
Pillow = "*"
confusable_homoglyphs = ">=3.1.1"
Whoosh = "*"
bagit = "*"
django-registration = "*"
django-prometheus-metrics = "*"
django-simple-captcha = "*"
django-elasticsearch-dsl = "*"
elasticsearch-dsl = "==6.1.0"
raven = "*"
django-maintenance-mode = "*"
django-debug-toolbar = "*"
whitenoise = "*"
openpyxl = "<2.6"
django-storages = "*"
markdown = ">=3.0.1"
"django-bootstrap4" = "*"
django-robots = "*"
setuptools-scm = "*"
django-bittersweet = "*"
django-ratelimit = "*"
python-memcached = "*"
django-tabular-export = "*"
pylibmc = "*"
cfn-lint = "*"
django-celery-beat = "*"
django-passwords = "*"
kombu = ">=4.2.2<4.3.0"
[dev-packages]
invoke = "*"
django-extensions = "*"
black = "==18.9b0"
isort = "*"
django-debug-toolbar = "*"
"flake8" = "*"
coverage = "*"
pre-commit = "*"
pylint = "*"
cfn-lint = "*"
pylint-django = "*"
pylint-celery = "*"
[requires]
python_version = "3.6"