-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
59 lines (56 loc) · 1.16 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto3 = "1.34.102"
beautifulsoup4 = "4.12.3"
coverage = "7.5.1"
dictdiffer = "0.9.0"
django = "5.0.6"
django-admin-list-filter-dropdown = "1.0.3"
django-authtools = "2.0.1"
django-csp = "3.8"
django-environ = "0.11.2"
django-otp = "1.5.0"
django-silk = "5.1.0"
django-storages = "1.14.3"
djangorestframework = "3.15.1"
factory-boy = "3.3.0"
folium = "0.16.0"
gunicorn = "22.0.0"
huey = "2.5.0"
lxml = "5.2.1"
matplotlib = "3.8.4"
mysqlclient = "2.2.4"
openpyxl = "3.1.2"
pandas = "2.2.2"
pyjwt = "2.8.0"
python-dateutil = "2.9.0"
pytz = "2024.1"
redis = "5.0.4"
requests = "2.31.0"
sentry-sdk = "2.1.1"
tqdm = "4.66.4"
tzdata = "2024.1"
whitenoise = "6.6.0"
xlsxwriter = "3.2.0"
python-docx = "*"
django-filter = "*"
drf-spectacular = "*"
drf-nested-routers = "*"
[dev-packages]
django-stubs = "*"
types-python-dateutil = "*"
types-pytz = "*"
types-requests = "*"
pandas-stubs = "*"
openpyxl-stubs = "*"
types-factory-boy = "*"
types-pyjwt = "*"
djangorestframework-stubs = {extras = ["compatible-mypy"], version = "*"}
types-six = "*"
pre-commit = "*"
ruff = "*"
[requires]
python_version = "3.12"