forked from creativecommons/legaldb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
32 lines (29 loc) · 764 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
factory-boy = "*"
flake8 = "*"
isort = "*"
[packages]
Django = ">=4.2.16,<4.3"
certifi = ">=2023.7.22" # Ensure dependency is secure
django-countries = "*"
django-heroku = "*"
django-libsass = "*"
django-markdownx = "*"
django-ordered-model = "*"
django-taggit = "4.0.0" # https://github.com/jazzband/django-taggit/issues/875
django-widget-tweaks = "*"
django_compressor = "*"
gunicorn = "*"
psycopg2 = "*"
urllib3 = ">=2.2.2" # Ensure dependency is secure
whitenoise = "*"
[requires]
# https://devcenter.heroku.com/articles/python-support
# Match version to Heroku app
# Keep in sync with .github/workflows/main.yml and Dockerfile
python_version = "3.12"