-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements_dev.txt
48 lines (48 loc) · 1.03 KB
/
requirements_dev.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
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements_dev.txt requirements_dev.in
#
asgiref==3.8.1
# via django
coverage[toml]==7.6.10
# via pytest-cov
django==5.1.5
# via
# django-debug-toolbar
# model-bakery
django-debug-toolbar==5.0.1
# via -r requirements_dev.in
factory-boy==3.3.3
# via -r requirements_dev.in
faker==35.2.0
# via factory-boy
iniconfig==2.0.0
# via pytest
model-bakery==1.20.1
# via -r requirements_dev.in
packaging==24.2
# via pytest
parameterized==0.9.0
# via -r requirements_dev.in
pluggy==1.5.0
# via pytest
pytest==8.3.4
# via
# pytest-cov
# pytest-django
pytest-cov==6.0.0
# via -r requirements_dev.in
pytest-django==4.9.0
# via -r requirements_dev.in
python-dateutil==2.9.0.post0
# via faker
six==1.17.0
# via python-dateutil
sqlparse==0.5.3
# via
# django
# django-debug-toolbar
typing-extensions==4.12.2
# via faker