-
Notifications
You must be signed in to change notification settings - Fork 12
/
Pipfile
55 lines (50 loc) · 1.33 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aws-wsgi = {file = "https://github.com/DemocracyClub/awsgi/archive/refs/tags/v0.2.8.tar.gz"}
django-cors-headers = "==4.5.0"
django-extensions = "==3.2.3"
django-localflavor = "==4.0"
django-model-utils = "==5.0.0"
django-storages = "==1.14.4"
djhtml = "*"
django-typogrify = {file = "https://github.com/matthewn/django-typogrify/archive/refs/tags/v2.0.tar.gz"}
jsonfield = "==3.1.0"
markdown-headdown = "==0.1.3"
psycopg2-binary = "==2.9.10"
sentry-sdk = "==2.17.0"
sorl-thumbnail = "==12.11.0"
Pillow = "==10.3.0"
Markdown = "==3.3.7"
feedparser = "==6.0.11"
pytz = "==2024.2"
urllib3 = "<3.0.0"
pre-commit = "*"
django = "==4.2.16"
zipp = "*"
certifi = "*"
dc-design-system = {file = "https://github.com/DemocracyClub/design-system/archive/refs/tags/0.6.0.tar.gz"}
dc-django-utils = {file = "https://github.com/DemocracyClub/dc_django_utils/archive/refs/tags/8.0.1.tar.gz"}
[dev-packages]
vcrpy = "==6.0.2"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-subtests = "*"
mock = "*"
model-mommy = "*"
ipdb = "*"
factory-boy = "*"
wheel = "==0.44.0"
pre-commit = "*"
ruff = "*"
pytest-ruff = "*"
[requires]
python_version = "3.12"
[scripts]
pytest = "pytest"
collectstatic = "python manage.py collectstatic --noinput --clear"
[pipenv]
allow_prereleases = true