File tree 1 file changed +27
-26
lines changed
1 file changed +27
-26
lines changed Original file line number Diff line number Diff line change @@ -4,42 +4,43 @@ verify_ssl = true
4
4
name = " pypi"
5
5
6
6
[packages ]
7
- django = " *"
8
- django-filter = " *"
9
- django-extensions = " *"
10
- pillow = " *"
11
- pre-commit = " *"
12
7
'sentry-sdk[django]' = " *"
13
- python-dotenv = " *"
14
- django-health-check = " *"
15
- django-cors-headers = " *"
16
- django-debug-toolbar = " *"
17
- factory-boy = " *"
18
- linkpreview = " *"
19
- django-redis = " *"
20
- mysqlclient = " *"
21
- django-import-export = " *"
8
+ celery = {version = " *" , extras = [" redis" ]}
22
9
coverage = " *"
10
+ crispy-bootstrap5 = " *"
11
+ django = " *"
12
+ django-celery-beat = " *"
13
+ django-cors-headers = " *"
23
14
django-coverage-plugin = " *"
15
+ django-crispy-forms = " *"
16
+ django-debug-toolbar = " *"
17
+ django-docs = " *"
18
+ django-extensions = " *"
24
19
django-extensions-models = " *"
25
- mypy = " *"
20
+ django-filter = " *"
21
+ django-health-check = " *"
22
+ django-import-export = " *"
23
+ django-redis = " *"
26
24
django-stubs = " *"
27
- tzdata = " *"
28
25
djangorestframework = " *"
29
- pyparsing = " *"
30
- pydot = " *"
31
- markdown = " *"
32
26
drf-spectacular = " *"
33
- django-docs = " *"
34
- sphinxcontrib-django = " *"
35
- sphinx-rtd-theme = " *"
36
- django-crispy-forms = " *"
37
- crispy-bootstrap5 = " *"
38
- django-celery-beat = " *"
39
- celery = {version = " *" , extras = [" redis" ]}
27
+ factory-boy = " *"
40
28
flower = " *"
41
29
gunicorn = " *"
30
+ linkpreview = " *"
31
+ markdown = " *"
32
+ mypy = " *"
33
+ mysqlclient = " *"
34
+ pillow = " *"
35
+ pre-commit = " *"
36
+ pydot = " *"
37
+ pyparsing = " *"
38
+ python-dotenv = " *"
39
+ sphinx-rtd-theme = " *"
40
+ sphinxcontrib-django = " *"
41
+ sqlalchemy = " *"
42
42
types-requests = " *"
43
+ tzdata = " *"
43
44
44
45
[dev-packages ]
45
46
flake8 = " *"
You can’t perform that action at this time.
0 commit comments