codeforlife-portal 8.4.5__py2.py3-none-any.whl → 8.4.8__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.4.5.dist-info → codeforlife_portal-8.4.8.dist-info}/METADATA +6 -6
- {codeforlife_portal-8.4.5.dist-info → codeforlife_portal-8.4.8.dist-info}/RECORD +6 -6
- {codeforlife_portal-8.4.5.dist-info → codeforlife_portal-8.4.8.dist-info}/WHEEL +1 -1
- portal/__init__.py +1 -1
- {codeforlife_portal-8.4.5.dist-info → codeforlife_portal-8.4.8.dist-info}/LICENSE.md +0 -0
- {codeforlife_portal-8.4.5.dist-info → codeforlife_portal-8.4.8.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: codeforlife-portal
|
|
3
|
-
Version: 8.4.
|
|
3
|
+
Version: 8.4.8
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -8,7 +8,7 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
License-File: LICENSE.md
|
|
9
9
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2025.1.31; python_version >= "3.6"
|
|
11
|
-
Requires-Dist: cfl-
|
|
11
|
+
Requires-Dist: cfl-common8.4.8
|
|
12
12
|
Requires-Dist: chardet==5.2.0; python_version >= "3.7"
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.1; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
@@ -32,7 +32,7 @@ Requires-Dist: idna==3.10; python_version >= "3.6"
|
|
|
32
32
|
Requires-Dist: importlib-metadata==4.13.0; python_version >= "3.7"
|
|
33
33
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
34
34
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
|
|
35
|
-
Requires-Dist: numpy==2.2.
|
|
35
|
+
Requires-Dist: numpy==2.2.3; python_version >= "3.10"
|
|
36
36
|
Requires-Dist: pandas==2.2.3; python_version >= "3.9"
|
|
37
37
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
|
|
38
38
|
Requires-Dist: phonenumbers==8.12.12
|
|
@@ -59,7 +59,7 @@ Requires-Dist: asttokens==3.0.0; python_version >= "3.8" and extra == "dev"
|
|
|
59
59
|
Requires-Dist: attrs==25.3.0; python_version >= "3.8" and extra == "dev"
|
|
60
60
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "dev"
|
|
61
61
|
Requires-Dist: certifi==2025.1.31; python_version >= "3.6" and extra == "dev"
|
|
62
|
-
Requires-Dist: cfl-
|
|
62
|
+
Requires-Dist: cfl-common8.4.8; extra == "dev"
|
|
63
63
|
Requires-Dist: charset-normalizer==3.4.1; python_version >= "3.7" and extra == "dev"
|
|
64
64
|
Requires-Dist: click==8.1.8; python_version >= "3.7" and extra == "dev"
|
|
65
65
|
Requires-Dist: coverage[toml]==7.7.0; python_version >= "3.9" and extra == "dev"
|
|
@@ -92,7 +92,7 @@ Requires-Dist: libsass==0.23.0; python_version >= "3.8" and extra == "dev"
|
|
|
92
92
|
Requires-Dist: matplotlib-inline==0.1.7; python_version >= "3.8" and extra == "dev"
|
|
93
93
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5" and extra == "dev"
|
|
94
94
|
Requires-Dist: mypy-extensions==1.0.0; python_version >= "3.5" and extra == "dev"
|
|
95
|
-
Requires-Dist: numpy==2.2.
|
|
95
|
+
Requires-Dist: numpy==2.2.3; python_version >= "3.10" and extra == "dev"
|
|
96
96
|
Requires-Dist: outcome==1.3.0.post0; python_version >= "3.7" and extra == "dev"
|
|
97
97
|
Requires-Dist: packaging==24.2; python_version >= "3.8" and extra == "dev"
|
|
98
98
|
Requires-Dist: pandas==2.2.3; python_version >= "3.9" and extra == "dev"
|
|
@@ -121,7 +121,7 @@ Requires-Dist: python-dateutil==2.9.0.post0; (python_version >= "2.7" and python
|
|
|
121
121
|
Requires-Dist: pytz==2025.1; extra == "dev"
|
|
122
122
|
Requires-Dist: pyvirtualdisplay==3.0; extra == "dev"
|
|
123
123
|
Requires-Dist: qrcode==7.4.2; python_version >= "3.7" and extra == "dev"
|
|
124
|
-
Requires-Dist: rapid-router==7.4.
|
|
124
|
+
Requires-Dist: rapid-router==7.4.1; extra == "dev"
|
|
125
125
|
Requires-Dist: requests==2.32.3; python_version >= "3.8" and extra == "dev"
|
|
126
126
|
Requires-Dist: responses==0.18.0; python_version >= "3.7" and extra == "dev"
|
|
127
127
|
Requires-Dist: selenium==4.29.0; python_version >= "3.9" and extra == "dev"
|
|
@@ -110,7 +110,7 @@ example_project/portal_test_settings.py,sha256=fSjkcEWgW1bQW7wTPpiWzytPfKnlzDnI9
|
|
|
110
110
|
example_project/settings.py,sha256=b680hIHT1mtrvBjOQSli1AkDo0k3anZYHfsKhFheKlM,5684
|
|
111
111
|
example_project/urls.py,sha256=FUTzHPlUS1O5kqMHjL5V4L552N2ln7uTDXcw9wjKUto,422
|
|
112
112
|
example_project/wsgi.py,sha256=U1W6WzZxZaIdYZ5tks7w9fqp5WS5qvn2iThsVcskrWw,829
|
|
113
|
-
portal/__init__.py,sha256=
|
|
113
|
+
portal/__init__.py,sha256=ukFhEcNDYQ8jGAkohNBpCNLcWYvcFdf9URN3SUajQk0,22
|
|
114
114
|
portal/admin.py,sha256=RKJizTF6dPJKmGPZw7nZUM0X8jkiTjgyKhLQxtvHJ0I,6148
|
|
115
115
|
portal/app_settings.py,sha256=DhWLQOwM0zVOXE3O5TNKbMM9K6agfLuCsHOdr1J7xEI,651
|
|
116
116
|
portal/backends.py,sha256=2Dss6_WoQwPuDzJUF1yEaTQTNG4eUrD12ujJQ5cp5Tc,812
|
|
@@ -633,8 +633,8 @@ portal/views/two_factor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
633
633
|
portal/views/two_factor/core.py,sha256=Lk32z2SN2Pg0rRkK-N-LXMvXC1kKKsH3l692kiSDQ4E,964
|
|
634
634
|
portal/views/two_factor/form.py,sha256=lnHNKI-BMlpncTuW3zUzjPaJJNuEra2I_nOam0eOKFY,257
|
|
635
635
|
portal/views/two_factor/profile.py,sha256=SHSg_xHccE5PtD-OfuOkYhREYz_er4bj5ro1RjJ88Yw,393
|
|
636
|
-
codeforlife_portal-8.4.
|
|
637
|
-
codeforlife_portal-8.4.
|
|
638
|
-
codeforlife_portal-8.4.
|
|
639
|
-
codeforlife_portal-8.4.
|
|
640
|
-
codeforlife_portal-8.4.
|
|
636
|
+
codeforlife_portal-8.4.8.dist-info/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
637
|
+
codeforlife_portal-8.4.8.dist-info/METADATA,sha256=ZD7UpQaTuJetEMIJBfeAPhX7jK3E0kZAApWZAHDSbRc,12061
|
|
638
|
+
codeforlife_portal-8.4.8.dist-info/WHEEL,sha256=Kol19cahXavY536r5Aj6aAgK_6CmctrOu3bgNJMSNJA,109
|
|
639
|
+
codeforlife_portal-8.4.8.dist-info/top_level.txt,sha256=8e5pdsuIoTqEAMqpelHBjGjLbffcBtgOoggmd2q7nMw,41
|
|
640
|
+
codeforlife_portal-8.4.8.dist-info/RECORD,,
|
portal/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "8.4.
|
|
1
|
+
__version__ = "8.4.8"
|
|
File without changes
|
|
File without changes
|