forked from Reuf12/lite-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
60 lines (57 loc) · 1.43 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==19.10b0"
bandit = "==1.6.2"
coverage = "~=5.0"
parameterized = "~=0.7"
prospector = "==1.1.6.2" # Our project only works with version 1.1.6.2
django-extensions = "*"
django-coverage-plugin = "*"
requests-mock = "~=1.8"
freezegun = "~=1.0.0"
pytest = "*"
pytest-django = "*"
[packages]
factory-boy = "~=2.12.0"
unittest-xml-reporting = "~=2.5"
faker = "~=4.0"
boto3 = "~=1.11"
Django = "~=2.2"
django-activity-stream = "~=0.8"
django-background-tasks = "~=1.2"
django-environ = "~=0.4"
django-jsonfield = "~=1.4"
django-model-utils = "~=4.0"
djangorestframework = "~=3.9"
django-sortedm2m = "~=3.0"
markdown = "~=3.1"
mohawk = ">=1.1"
openpyxl = "~=3.0"
packaging = "~=19.0"
psycopg2 = "~=2.8"
python-json-logger = "~=0.1"
requests-toolbelt = "~=0.9"
tblib = "~=1.6"
weasyprint = "~=51.0"
defusedxml = "~=0.6.0"
xmlschema = "~=1.2.0"
notifications-python-client = "~=5.7.1"
dataclasses = "~=0.6"
# endesive = "~=1.5.9" (not included here as installed in a later jenkins step. Uncomment if working locally)
pypdf2 = "~=1.26.0"
pyOpenSSL = "~=19.1.0"
sentry-sdk = "~=0.16"
elastic-apm = "~=5.8"
django-staff-sso-client = "~=1.0.0"
django-elasticsearch-dsl-drf = "~=0.20"
django-elasticsearch-dsl = "~=7.1"
gunicorn = "~=20.0"
gevent = "~=20.6"
bleach = "~=3.2"
django-health-check = "~=3.14.3"
django-allow-cidr = "~=0.3"
[requires]
python_version = "3.7.9"