dmart 0.1.0__py3-none-any.whl → 0.1.2__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.
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: dmart
3
+ Version: 0.1.2
4
+ Requires-Python: >=3.10
5
+ Provides-Extra: extra
6
+ Provides-Extra: plugins
7
+ Provides-Extra: all
8
+ Dynamic: provides-extra
9
+ Dynamic: requires-python
@@ -99,8 +99,8 @@ utils/ticket_sys_utils.py,sha256=9QAlW2iiy8KyxQRBDj_WmzS5kKb0aYJmGwd4qzmGVqo,700
99
99
  utils/web_notifier.py,sha256=QM87VVid2grC5lK3NdS1yzz0z1wXljr4GChJOeK86W4,843
100
100
  utils/templates/activation.html.j2,sha256=XAMKCdoqONoc4ZQucD0yV-Pg5DlHHASZrTVItNS-iBE,640
101
101
  utils/templates/reminder.html.j2,sha256=aoS8bTs56q4hjAZKsb0jV9c-PIURBELuBOpT_qPZNVU,639
102
- dmart-0.1.0.dist-info/METADATA,sha256=rm_Na57-78i5hLWFnXurWbuYeB0xqxZbOzoN2xRbKPU,665
103
- dmart-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
104
- dmart-0.1.0.dist-info/entry_points.txt,sha256=GjfoGh1bpxuU9HHGJzbtCFPNptHv9TryxHMN3uBSKpg,37
105
- dmart-0.1.0.dist-info/top_level.txt,sha256=JTypu1r5v9v7ru-60JSSbnSMEESHFRMacpcz-rPJx_U,262
106
- dmart-0.1.0.dist-info/RECORD,,
102
+ dmart-0.1.2.dist-info/METADATA,sha256=f6ZtKsVt2J0AocBUpEBmw8vfDAUAX9JhQcJlkYQ8fj8,188
103
+ dmart-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
104
+ dmart-0.1.2.dist-info/entry_points.txt,sha256=GjfoGh1bpxuU9HHGJzbtCFPNptHv9TryxHMN3uBSKpg,37
105
+ dmart-0.1.2.dist-info/top_level.txt,sha256=JTypu1r5v9v7ru-60JSSbnSMEESHFRMacpcz-rPJx_U,262
106
+ dmart-0.1.2.dist-info/RECORD,,
@@ -1,27 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: dmart
3
- Version: 0.1.0
4
- Requires-Python: >=3.10
5
- Requires-Dist: hypercorn
6
- Requires-Dist: fastapi
7
- Requires-Dist: uvicorn
8
- Requires-Dist: pydantic
9
- Requires-Dist: starlette
10
- Requires-Dist: python-multipart
11
- Requires-Dist: orjson
12
- Requires-Dist: asgi-correlation-id
13
- Requires-Dist: jsonschema
14
- Requires-Dist: sqlmodel
15
- Requires-Dist: sqlalchemy
16
- Requires-Dist: alembic
17
- Requires-Dist: asyncpg
18
- Requires-Dist: redis
19
- Requires-Dist: httpx
20
- Requires-Dist: jinja2
21
- Requires-Dist: python-jose[cryptography]
22
- Requires-Dist: passlib[bcrypt]
23
- Requires-Dist: python-dotenv
24
- Requires-Dist: aiofiles
25
- Requires-Dist: requests
26
- Dynamic: requires-dist
27
- Dynamic: requires-python
File without changes