File tree 2 files changed +37
-33
lines changed
{{cookiecutter.project_slug}} 2 files changed +37
-33
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,26 @@ python_version = "3.9"
11
11
[packages ]
12
12
cryptography = " ~=43.0.1"
13
13
django = " ==4.2.16"
14
- "boto3" = " ~=1.35.14 "
14
+ "boto3" = " ~=1.35.55 "
15
15
django-environ = " ~=0.11.2"
16
16
django-storages = " ~=1.14"
17
17
psycopg2 = " <=2.9.9"
18
- waitress = " ~=3.0.1 "
18
+ waitress = " ~=3.0.0 "
19
19
whitenoise = " ~=6.7.0"
20
20
djangorestframework = " ~=3.15.1"
21
21
django-bootstrap4 = " ~=22.1"
22
22
django-allauth = " ~=0.63.6"
23
23
django-extensions = " ~=3.2.3"
24
- packaging = " * "
24
+ packaging = " ==24.1 "
25
25
pyyaml = " ~=6.0"
26
26
pillow = " ~=10.4.0"
27
27
pytest = " ==8.3.1"
28
28
factory-boy = " ==3.3.0"
29
29
google-cloud-secret-manager = " ==2.20.2"
30
30
google-auth = " ==2.31.0"
31
31
google-cloud-storage = " ==2.18.2"
32
- pipenv = " * "
33
- django-import-export = " * "
32
+ pipenv = " ==2024.3.0 "
33
+ django-import-export = " ==4.1.1 "
34
34
drf-spectacular = " ~=0.26.4"
35
35
dj-rest-auth = " ==5.0.2"
36
36
azure-keyvault-secrets = " ~=4.8.0"
You can’t perform that action at this time.
0 commit comments