-
Notifications
You must be signed in to change notification settings - Fork 9
/
Pipfile
42 lines (39 loc) · 890 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
elasticsearch = "==6.*"
psycopg2-binary = "*"
pytest = "*"
pytest-django = "*"
requests = "*"
gunicorn = "*"
django-otp = "*"
whitenoise = "*"
django-ratelimit = "*"
PyYAML = "*"
logzero = "*"
qrcode = "*"
Pillow = "*"
cachetools = "*"
djangorestframework = "*"
markdown = "*"
django-filter = "*"
pyyaml = "*"
drf-yasg = {extras = ["validation"], version = "*"}
uritemplate = "*"
responses = "*"
celery = "*"
pytest-celery = '*'
django-celery-results = "*"
pytest-mock = "*"
django-tus = {ref = "25e91e2ac2a5f9d91ac843af2e2054819e778d7d", git = "https://github.com/liquidinvestigations/django-tus.git"}
sentry-sdk = {extras = ["django"], version = "*"}
opentelemetry-distro = "*"
opentelemetry-exporter-otlp = "*"
django = "==3.*"
webdavclient3 = "*"
[requires]
python_version = "3.10"