codeforlife-portal 8.7.4__py2.py3-none-any.whl → 8.7.6__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of codeforlife-portal might be problematic. Click here for more details.
- {codeforlife_portal-8.7.4.dist-info → codeforlife_portal-8.7.6.dist-info}/METADATA +38 -12
- {codeforlife_portal-8.7.4.dist-info → codeforlife_portal-8.7.6.dist-info}/RECORD +6 -6
- portal/__init__.py +1 -1
- {codeforlife_portal-8.7.4.dist-info → codeforlife_portal-8.7.6.dist-info}/WHEEL +0 -0
- {codeforlife_portal-8.7.4.dist-info → codeforlife_portal-8.7.6.dist-info}/licenses/LICENSE.md +0 -0
- {codeforlife_portal-8.7.4.dist-info → codeforlife_portal-8.7.6.dist-info}/top_level.txt +0 -0
|
@@ -1,16 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codeforlife-portal
|
|
3
|
-
Version: 8.7.
|
|
3
|
+
Version: 8.7.6
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE.md
|
|
9
|
+
Requires-Dist: amqp==5.3.1; python_version >= "3.6"
|
|
9
10
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
|
|
11
|
+
Requires-Dist: billiard==4.2.1; python_version >= "3.7"
|
|
12
|
+
Requires-Dist: boto3==1.36.14; python_version >= "3.8"
|
|
13
|
+
Requires-Dist: botocore==1.36.26; python_version >= "3.8"
|
|
14
|
+
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8"
|
|
10
15
|
Requires-Dist: certifi==2025.4.26; python_version >= "3.6"
|
|
11
|
-
Requires-Dist: cfl-common==8.7.
|
|
16
|
+
Requires-Dist: cfl-common==8.7.6
|
|
12
17
|
Requires-Dist: chardet==5.2.0; python_version >= "3.7"
|
|
13
18
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7"
|
|
19
|
+
Requires-Dist: click==8.2.1; python_version >= "3.10"
|
|
20
|
+
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2"
|
|
21
|
+
Requires-Dist: click-plugins==1.1.1
|
|
22
|
+
Requires-Dist: click-repl==0.3.0; python_version >= "3.6"
|
|
14
23
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
15
24
|
Requires-Dist: django==5.1.10; python_version >= "3.10"
|
|
16
25
|
Requires-Dist: django-classy-tags==4.1.0; python_version >= "3.8"
|
|
@@ -28,23 +37,35 @@ Requires-Dist: django-sekizai==4.1.0; python_version >= "3.8"
|
|
|
28
37
|
Requires-Dist: django-treebeard==4.7.1; python_version >= "3.8"
|
|
29
38
|
Requires-Dist: django-two-factor-auth==1.17.0; python_version >= "3.8"
|
|
30
39
|
Requires-Dist: djangorestframework==3.16.0; python_version >= "3.9"
|
|
40
|
+
Requires-Dist: gunicorn==23.0.0; python_version >= "3.7"
|
|
41
|
+
Requires-Dist: h11==0.16.0; python_version >= "3.8"
|
|
31
42
|
Requires-Dist: idna==3.10; python_version >= "3.6"
|
|
32
43
|
Requires-Dist: importlib-metadata==4.13.0; python_version >= "3.7"
|
|
44
|
+
Requires-Dist: jmespath==1.0.1; python_version >= "3.7"
|
|
45
|
+
Requires-Dist: kombu[sqs]==5.5.4; python_version >= "3.8"
|
|
33
46
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
34
47
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
|
|
35
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: mypy-boto3-s3==1.36.9; python_version >= "3.8"
|
|
49
|
+
Requires-Dist: numpy==2.3.0; python_version >= "3.11"
|
|
50
|
+
Requires-Dist: packaging==25.0; python_version >= "3.8"
|
|
36
51
|
Requires-Dist: pandas==2.3.0; python_version >= "3.9"
|
|
37
52
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
|
|
38
53
|
Requires-Dist: phonenumbers==8.12.12
|
|
39
54
|
Requires-Dist: pillow==11.2.1; python_version >= "3.9"
|
|
55
|
+
Requires-Dist: prompt-toolkit==3.0.51; python_version >= "3.8"
|
|
56
|
+
Requires-Dist: psycopg2-binary==2.9.9; python_version >= "3.7"
|
|
57
|
+
Requires-Dist: pycurl==7.45.6
|
|
40
58
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
|
|
41
59
|
Requires-Dist: pypng==0.20220715.0
|
|
42
60
|
Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
61
|
+
Requires-Dist: python-dotenv==1.0.1; python_version >= "3.8"
|
|
43
62
|
Requires-Dist: pytz==2025.2
|
|
44
63
|
Requires-Dist: pyyaml==6.0.2; python_version >= "3.8"
|
|
45
64
|
Requires-Dist: qrcode==7.4.2; python_version >= "3.7"
|
|
46
65
|
Requires-Dist: reportlab==4.2.5; python_version >= "3.7" and python_version < "4"
|
|
47
|
-
Requires-Dist: requests==2.32.
|
|
66
|
+
Requires-Dist: requests==2.32.4; python_version >= "3.8"
|
|
67
|
+
Requires-Dist: requests-toolbelt==1.0.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
68
|
+
Requires-Dist: s3transfer==0.11.3; python_version >= "3.8"
|
|
48
69
|
Requires-Dist: setuptools==80.9.0; python_version >= "3.9"
|
|
49
70
|
Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
50
71
|
Requires-Dist: sqlparse==0.5.3; python_version >= "3.8"
|
|
@@ -52,18 +73,23 @@ Requires-Dist: tablib==3.7.0; python_version >= "3.9"
|
|
|
52
73
|
Requires-Dist: typing-extensions==4.14.0; python_version >= "3.9"
|
|
53
74
|
Requires-Dist: tzdata==2025.2; python_version >= "2"
|
|
54
75
|
Requires-Dist: urllib3==2.4.0; python_version >= "3.9"
|
|
76
|
+
Requires-Dist: uvicorn==0.34.3; python_version >= "3.9"
|
|
77
|
+
Requires-Dist: uvicorn-worker==0.2.0; python_version >= "3.8"
|
|
78
|
+
Requires-Dist: vine==5.1.0; python_version >= "3.6"
|
|
79
|
+
Requires-Dist: wcwidth==0.2.13
|
|
55
80
|
Requires-Dist: wheel==0.45.1; python_version >= "3.8"
|
|
56
|
-
Requires-Dist:
|
|
81
|
+
Requires-Dist: whitenoise==6.9.0; python_version >= "3.9"
|
|
82
|
+
Requires-Dist: zipp==3.23.0; python_version >= "3.9"
|
|
57
83
|
Provides-Extra: dev
|
|
58
84
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8" and extra == "dev"
|
|
59
85
|
Requires-Dist: asttokens==3.0.0; python_version >= "3.8" and extra == "dev"
|
|
60
86
|
Requires-Dist: attrs==25.3.0; python_version >= "3.8" and extra == "dev"
|
|
61
87
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "dev"
|
|
62
88
|
Requires-Dist: certifi==2025.4.26; python_version >= "3.6" and extra == "dev"
|
|
63
|
-
Requires-Dist: cfl-common==8.7.
|
|
89
|
+
Requires-Dist: cfl-common==8.7.6; extra == "dev"
|
|
64
90
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7" and extra == "dev"
|
|
65
91
|
Requires-Dist: click==8.2.1; python_version >= "3.10" and extra == "dev"
|
|
66
|
-
Requires-Dist: coverage[toml]==7.
|
|
92
|
+
Requires-Dist: coverage[toml]==7.9.1; python_version >= "3.9" and extra == "dev"
|
|
67
93
|
Requires-Dist: decorator==5.2.1; python_version >= "3.8" and extra == "dev"
|
|
68
94
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
69
95
|
Requires-Dist: django==5.1.10; python_version >= "3.10" and extra == "dev"
|
|
@@ -85,7 +111,7 @@ Requires-Dist: fastdiff==0.3.0; extra == "dev"
|
|
|
85
111
|
Requires-Dist: h11==0.16.0; python_version >= "3.8" and extra == "dev"
|
|
86
112
|
Requires-Dist: idna==3.10; python_version >= "3.6" and extra == "dev"
|
|
87
113
|
Requires-Dist: iniconfig==2.1.0; python_version >= "3.8" and extra == "dev"
|
|
88
|
-
Requires-Dist: ipython==9.
|
|
114
|
+
Requires-Dist: ipython==9.3.0; python_version >= "3.11" and extra == "dev"
|
|
89
115
|
Requires-Dist: ipython-pygments-lexers==1.1.1; python_version >= "3.8" and extra == "dev"
|
|
90
116
|
Requires-Dist: isort==6.0.1; python_full_version >= "3.9.0" and extra == "dev"
|
|
91
117
|
Requires-Dist: jedi==0.19.2; python_version >= "3.6" and extra == "dev"
|
|
@@ -93,7 +119,7 @@ Requires-Dist: libsass==0.23.0; python_version >= "3.8" and extra == "dev"
|
|
|
93
119
|
Requires-Dist: matplotlib-inline==0.1.7; python_version >= "3.8" and extra == "dev"
|
|
94
120
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5" and extra == "dev"
|
|
95
121
|
Requires-Dist: mypy-extensions==1.1.0; python_version >= "3.8" and extra == "dev"
|
|
96
|
-
Requires-Dist: numpy==2.
|
|
122
|
+
Requires-Dist: numpy==2.3.0; python_version >= "3.11" and extra == "dev"
|
|
97
123
|
Requires-Dist: outcome==1.3.0.post0; python_version >= "3.7" and extra == "dev"
|
|
98
124
|
Requires-Dist: packaging==25.0; python_version >= "3.8" and extra == "dev"
|
|
99
125
|
Requires-Dist: pandas==2.3.0; python_version >= "3.9" and extra == "dev"
|
|
@@ -113,7 +139,7 @@ Requires-Dist: pypdf==5.1.0; python_version >= "3.8" and extra == "dev"
|
|
|
113
139
|
Requires-Dist: pypng==0.20220715.0; extra == "dev"
|
|
114
140
|
Requires-Dist: pysocks==1.7.1; extra == "dev"
|
|
115
141
|
Requires-Dist: pytest==8.4.0; python_version >= "3.9" and extra == "dev"
|
|
116
|
-
Requires-Dist: pytest-cov==6.
|
|
142
|
+
Requires-Dist: pytest-cov==6.2.1; python_version >= "3.9" and extra == "dev"
|
|
117
143
|
Requires-Dist: pytest-django==4.8.0; python_version >= "3.8" and extra == "dev"
|
|
118
144
|
Requires-Dist: pytest-mock==3.14.1; python_version >= "3.8" and extra == "dev"
|
|
119
145
|
Requires-Dist: pytest-order==1.3.0; python_version >= "3.7" and extra == "dev"
|
|
@@ -122,8 +148,8 @@ Requires-Dist: python-dateutil==2.9.0.post0; (python_version >= "2.7" and python
|
|
|
122
148
|
Requires-Dist: pytz==2025.2; extra == "dev"
|
|
123
149
|
Requires-Dist: pyvirtualdisplay==3.0; extra == "dev"
|
|
124
150
|
Requires-Dist: qrcode==7.4.2; python_version >= "3.7" and extra == "dev"
|
|
125
|
-
Requires-Dist: rapid-router==7.5.
|
|
126
|
-
Requires-Dist: requests==2.32.
|
|
151
|
+
Requires-Dist: rapid-router==7.5.13; extra == "dev"
|
|
152
|
+
Requires-Dist: requests==2.32.4; python_version >= "3.8" and extra == "dev"
|
|
127
153
|
Requires-Dist: responses==0.18.0; python_version >= "3.7" and extra == "dev"
|
|
128
154
|
Requires-Dist: selenium==4.29.0; python_version >= "3.9" and extra == "dev"
|
|
129
155
|
Requires-Dist: setuptools==80.9.0; python_version >= "3.9" and extra == "dev"
|
|
@@ -87,7 +87,7 @@ cfl_common/common/tests/utils/organisation.py,sha256=vNgKFtU3VPcWRnZfh82yCS90PLA
|
|
|
87
87
|
cfl_common/common/tests/utils/student.py,sha256=PLd980iSlxmMoB8J3C2pVjNC5xHdVxfAkJXzhv_dRhg,3814
|
|
88
88
|
cfl_common/common/tests/utils/teacher.py,sha256=KQ_NAl4yQqiX_zwcULQjkovc29JPhnkLR5Nk3Ljzbpg,2661
|
|
89
89
|
cfl_common/common/tests/utils/user.py,sha256=NvLzZLVP4jy5Hn1iztOYF_BTQ9WsbSmuWMEzGzhAsRU,919
|
|
90
|
-
codeforlife_portal-8.7.
|
|
90
|
+
codeforlife_portal-8.7.6.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
91
91
|
deploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
92
|
deploy/captcha.py,sha256=MbOBuGnbT_SOIltSjP1XMOLrfo1DldCilaVAEim0vM4,23
|
|
93
93
|
deploy/views.py,sha256=7mY2zNPkaBFrlWGByJHp2zFqHIHSMc0YArjE_sFWMMU,131
|
|
@@ -111,7 +111,7 @@ example_project/portal_test_settings.py,sha256=AaXwSSB2A6qu6My_7cBciQa_jONy084uq
|
|
|
111
111
|
example_project/settings.py,sha256=RRSHhAgJVDn4uNZG395V6_Td7jwsSaBGNwQBZ_KJm0Y,5973
|
|
112
112
|
example_project/urls.py,sha256=FUTzHPlUS1O5kqMHjL5V4L552N2ln7uTDXcw9wjKUto,422
|
|
113
113
|
example_project/wsgi.py,sha256=U1W6WzZxZaIdYZ5tks7w9fqp5WS5qvn2iThsVcskrWw,829
|
|
114
|
-
portal/__init__.py,sha256=
|
|
114
|
+
portal/__init__.py,sha256=1xPFK2ZkvmSg-zK9GQaTcGKxDbQGQMPz4r18QEBq02I,22
|
|
115
115
|
portal/admin.py,sha256=RKJizTF6dPJKmGPZw7nZUM0X8jkiTjgyKhLQxtvHJ0I,6148
|
|
116
116
|
portal/app_settings.py,sha256=DhWLQOwM0zVOXE3O5TNKbMM9K6agfLuCsHOdr1J7xEI,651
|
|
117
117
|
portal/backends.py,sha256=2Dss6_WoQwPuDzJUF1yEaTQTNG4eUrD12ujJQ5cp5Tc,812
|
|
@@ -634,7 +634,7 @@ portal/views/two_factor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
634
634
|
portal/views/two_factor/core.py,sha256=Lk32z2SN2Pg0rRkK-N-LXMvXC1kKKsH3l692kiSDQ4E,964
|
|
635
635
|
portal/views/two_factor/form.py,sha256=lnHNKI-BMlpncTuW3zUzjPaJJNuEra2I_nOam0eOKFY,257
|
|
636
636
|
portal/views/two_factor/profile.py,sha256=SHSg_xHccE5PtD-OfuOkYhREYz_er4bj5ro1RjJ88Yw,393
|
|
637
|
-
codeforlife_portal-8.7.
|
|
638
|
-
codeforlife_portal-8.7.
|
|
639
|
-
codeforlife_portal-8.7.
|
|
640
|
-
codeforlife_portal-8.7.
|
|
637
|
+
codeforlife_portal-8.7.6.dist-info/METADATA,sha256=16rzI5s_nH0tq2LjcFD2bb5C_iXHG3LJpRL5zHcrXJ8,13829
|
|
638
|
+
codeforlife_portal-8.7.6.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
639
|
+
codeforlife_portal-8.7.6.dist-info/top_level.txt,sha256=8e5pdsuIoTqEAMqpelHBjGjLbffcBtgOoggmd2q7nMw,41
|
|
640
|
+
codeforlife_portal-8.7.6.dist-info/RECORD,,
|
portal/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "8.7.
|
|
1
|
+
__version__ = "8.7.6"
|
|
File without changes
|
{codeforlife_portal-8.7.4.dist-info → codeforlife_portal-8.7.6.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|