-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
66 lines (66 loc) · 1.77 KB
/
requirements.txt
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
60
61
62
63
64
65
66
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
#
asgiref==3.7.2
# via django
certifi==2023.7.22
# via sentry-sdk
click==8.1.7
# via uvicorn
django==4.2.7
# via
# django-auditlog
# djangorestframework
# mittaridatapumppu-deviceregistry (pyproject.toml)
# sentry-sdk
django-auditlog==2.3.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
django-environ==0.11.2
# via mittaridatapumppu-deviceregistry (pyproject.toml)
djangorestframework==3.14.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
et-xmlfile==1.1.0
# via openpyxl
h11==0.14.0
# via uvicorn
iniconfig==2.0.0
# via pytest
openpyxl==3.1.2
# via mittaridatapumppu-deviceregistry (pyproject.toml)
packaging==23.2
# via pytest
pillow==10.1.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
pluggy==1.3.0
# via pytest
psycopg2-binary==2.9.9
# via mittaridatapumppu-deviceregistry (pyproject.toml)
pytest==7.4.3
# via
# mittaridatapumppu-deviceregistry (pyproject.toml)
# pytest-django
pytest-django==4.6.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
python-dateutil==2.8.2
# via django-auditlog
pytz==2023.3.post1
# via djangorestframework
sentry-sdk[django]==1.34.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
six==1.16.0
# via python-dateutil
sqlparse==0.4.4
# via
# django
# mittaridatapumppu-deviceregistry (pyproject.toml)
unittest-parametrize==1.4.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)
urllib3==2.0.7
# via sentry-sdk
uvicorn==0.24.0.post1
# via mittaridatapumppu-deviceregistry (pyproject.toml)
whitenoise==6.6.0
# via mittaridatapumppu-deviceregistry (pyproject.toml)