-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
58 lines (53 loc) · 1.3 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "<6.0"
aws-wsgi = {ref = "a5b800373c326e75f705d400c48f7df301409724", git = "https://github.com/DemocracyClub/awsgi.git"}
sentry-sdk = "*"
django-pipeline = "*"
whitenoise = "*"
libsass = "*"
pip = "*"
install = "*"
dc-design-system = {ref = "0.1.1", git = "https://github.com/DemocracyClub/design-system.git"}
django-sesame = "*"
psycopg2-binary = "*"
django-ses = "*"
uk-election-ids = "*"
faker = "*"
requests = "*"
django-apiblueprint-view = "<3.0"
django-debug-toolbar = "*"
python-memcached = "*"
djangorestframework = "*"
certifi = ">2022.9.24"
django-cors-headers = "*"
typing-extensions = ">=3.7.4"
dc-logging-utils = {file = "https://github.com/DemocracyClub/dc_logging/archive/refs/tags/1.0.2.tar.gz"}
urllib3 = "<2"
[dev-packages]
pre-commit = "*"
pytest = "*"
pytest-django = "*"
pytest-ruff = "*"
pytest-env = "<=1.1.3"
coveralls = ">=3.1.1"
pytest-cov = "<=4.1.0"
factory-boy = "*"
ipython = "*"
pytest-mock = "*"
ipdb = "*"
pytest-socket = "==0.7.0"
wheel = ">0.37.0"
ruff = "==0.2.1"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true
[scripts]
collectstatic = "python manage.py collectstatic -c --noinput"
pytest = "pytest"
coveralls = "coveralls"
migratedb = "python manage.py migrate --noinput"