-
Notifications
You must be signed in to change notification settings - Fork 31
/
Pipfile
66 lines (63 loc) · 1.31 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gunicorn = "*"
celery = {extras = ["redis"],version = ">=5.0.5"}
"boto3" = ">=1.9.16"
botocore = '>=1.12.16'
requests = "*"
Django = ">=4.2.14, <5.0"
bagit = "*"
django-registration = "*"
django-tinymce = "*"
elasticsearch = "<7.14.0"
django-elasticsearch-dsl = "==7.3"
django-debug-toolbar = "*"
whitenoise = ">=4.1.3"
openpyxl = "<3.1"
django-storages = "*"
markdown = ">=3.0.1"
"django-bootstrap5" = "*"
django-robots = "*"
setuptools-scm = "*"
django-ratelimit = ">=4"
pylibmc = "*"
django-celery-beat = "*"
kombu = "<6.0,>=5.0.0"
django-flags = "*"
sentry-sdk = "*"
channels = {extras = ["daphne"], version = "*"}
channels-redis = ">=4"
more-itertools = "*"
nh3 = "*"
django-admin-multiple-choice-list-filter = "*"
django-npm = "*"
fpdf2 = "==2.5.5"
pymemcache = "*"
black = ">=24"
weasyprint = ">61.1"
tesseract = "==0.1.3"
pytesseract = "*"
django-redis = "*"
locust = "*"
twisted = {extras = ["http2", "tls"], version = "*"}
hiredis = "*"
pyasn1 = "*"
pyleniumio = "*"
django-maintenance-mode = "*"
faker = "*"
pillow = "*"
prometheus-client = "*"
xlsxwriter = "*"
blinker = "<1.8.0"
psycopg2 = "*"
[dev-packages]
invoke = "*"
django-extensions = "*"
django-debug-toolbar = "*"
coverage = "*"
pre-commit = "*"
[requires]
python_version = "3.10"