fastlifeweb 0.28.2__py3-none-any.whl → 0.28.4__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.
- CHANGELOG.md +6 -0
- {fastlifeweb-0.28.2.dist-info → fastlifeweb-0.28.4.dist-info}/METADATA +3 -1
- {fastlifeweb-0.28.2.dist-info → fastlifeweb-0.28.4.dist-info}/RECORD +6 -6
- {fastlifeweb-0.28.2.dist-info → fastlifeweb-0.28.4.dist-info}/WHEEL +0 -0
- {fastlifeweb-0.28.2.dist-info → fastlifeweb-0.28.4.dist-info}/entry_points.txt +0 -0
- {fastlifeweb-0.28.2.dist-info → fastlifeweb-0.28.4.dist-info}/licenses/LICENSE +0 -0
CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fastlifeweb
|
3
|
-
Version: 0.28.
|
3
|
+
Version: 0.28.4
|
4
4
|
Summary: High-level web framework
|
5
5
|
Author-Email: Guillaume Gauvrit <guillaume@gauvr.it>
|
6
6
|
License: MIT
|
@@ -33,6 +33,8 @@ Provides-Extra: testing
|
|
33
33
|
Requires-Dist: beautifulsoup4; extra == "testing"
|
34
34
|
Provides-Extra: docs
|
35
35
|
Requires-Dist: furo>=2024.5.6; extra == "docs"
|
36
|
+
Requires-Dist: heroicons<3,>=2.7.0; extra == "docs"
|
37
|
+
Requires-Dist: jinjax<0.49,>=0.48; extra == "docs"
|
36
38
|
Requires-Dist: linkify-it-py<3,>=2.0.3; extra == "docs"
|
37
39
|
Requires-Dist: myst-parser<5,>=4.0.0; extra == "docs"
|
38
40
|
Requires-Dist: sphinx<8,>=7.0.1; extra == "docs"
|
@@ -1,4 +1,4 @@
|
|
1
|
-
CHANGELOG.md,sha256=
|
1
|
+
CHANGELOG.md,sha256=Uyb3arncIZWMtqOL-jvucfrAoXEbEp4mA67kjw7ZN6w,9743
|
2
2
|
fastlife/__init__.py,sha256=XtGrcI5a3MPSl4vupeWT4ZijISiXtAhjcL6eRt9WpfE,2503
|
3
3
|
fastlife/adapters/__init__.py,sha256=imPD1hImpgrYkvUJRhHA5kVyGAua7VbP2WGkhSWKJT8,93
|
4
4
|
fastlife/adapters/fastapi/__init__.py,sha256=1goV1FGFP04TGyskJBLKZam4Gvt1yoAvLMNs4ekWSSQ,243
|
@@ -1772,8 +1772,8 @@ fastlife/testing/session.py,sha256=LEFFbiR67_x_g-ioudkY0C7PycHdbDfaIaoo_G7GXQ8,2
|
|
1772
1772
|
fastlife/testing/testclient.py,sha256=gqgHQalhrLLZ8eveN2HeuoG9ne8CwxCm-Ll4b7jo9Xo,7249
|
1773
1773
|
fastlife/views/__init__.py,sha256=zG8gveL8e2zBdYx6_9jtZfpQ6qJT-MFnBY3xXkLwHZI,22
|
1774
1774
|
fastlife/views/pydantic_form.py,sha256=9lcS14jxddIpoN_n4VqWwU8CKhKZ8AtoD3c1Pdc-Oe4,1651
|
1775
|
-
fastlifeweb-0.28.
|
1776
|
-
fastlifeweb-0.28.
|
1777
|
-
fastlifeweb-0.28.
|
1778
|
-
fastlifeweb-0.28.
|
1779
|
-
fastlifeweb-0.28.
|
1775
|
+
fastlifeweb-0.28.4.dist-info/METADATA,sha256=zY_fHOloukiwaaoRrYZMPEof3ZPHgPbkqDd4apqVdjk,3979
|
1776
|
+
fastlifeweb-0.28.4.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
1777
|
+
fastlifeweb-0.28.4.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
1778
|
+
fastlifeweb-0.28.4.dist-info/licenses/LICENSE,sha256=JFWuiKYRXKKMEAsX0aZp3hBcju-HYflJ2rwJAGwbCJo,1080
|
1779
|
+
fastlifeweb-0.28.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|