-
Notifications
You must be signed in to change notification settings - Fork 4
/
Pipfile
53 lines (49 loc) · 1.11 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto3 = ">=1.26.43"
django = "4.2.9"
asgiref = ">=3.6.0"
certifi = ">=2022.12.7"
dj-database-url = ">=1.2.0"
django-anymail = {extras = ["sendinblue"], version = "~=10.1"}
django-autocomplete-light = "~=3.9.7"
django-bootstrap5 = "~=23.3"
django-ckeditor = "~=6.7.0"
django-cors-headers = "~=4.2.0"
django-extensions = "~=3.2.3"
django-fieldsets-with-inlines = "~=0.6"
django-filter = "~=23.3"
django-import-export = "~=3.3.1"
django-simple-history = "~=3.4.0"
django-tables2 = "~=2.6.0"
djangorestframework = "~=3.14.0"
django-solo = "~=2.1.0"
drf-spectacular = "~=0.26.5"
gunicorn = ">=20.0.1"
ipython = ">=8.8.0"
pandas = ">=1.5.2"
pillow = ">=9.4.0"
psycopg2-binary = "~=2.9.7"
PyGithub = ">=1.57"
python-dotenv = "~=1.0.0"
pytz = ">=2022.7"
PyYAML = ">=6.0"
sentry-sdk = "~=1.31.0"
sqlparse = ">=0.4.3"
whitenoise = ">=6.3.0"
[dev-packages]
black = "*"
coverage = "*"
django-debug-toolbar = "*"
factory-boy = "*"
flake8 = "*"
freezegun = "*"
isort = "*"
pre-commit = "*"
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true