appkit-ui 0.17.3__tar.gz → 1.0.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: appkit-ui
3
- Version: 0.17.3
3
+ Version: 1.0.1
4
4
  Summary: Add your description here
5
5
  Project-URL: Homepage, https://github.com/jenreh/appkit
6
6
  Project-URL: Documentation, https://github.com/jenreh/appkit/tree/main/docs
@@ -16,7 +16,6 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
16
16
  Classifier: Topic :: Software Development :: User Interfaces
17
17
  Requires-Python: >=3.13
18
18
  Requires-Dist: appkit-mantine
19
- Requires-Dist: reflex==0.8.26
20
19
  Description-Content-Type: text/markdown
21
20
 
22
21
  # appkit-ui
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "appkit-ui"
3
- version = "0.17.3"
3
+ version = "1.0.1"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Jens Rehpöhler" }]
@@ -22,7 +22,6 @@ classifiers = [
22
22
  ]
23
23
  dependencies = [
24
24
  "appkit-mantine",
25
- "reflex==0.8.26",
26
25
  ]
27
26
 
28
27
  [project.urls]
File without changes
File without changes