Complete dynamic site implementation: routes, templates, updated requirements and docker setup
This commit is contained in:
@@ -1,24 +1,41 @@
|
||||
# Core Framework
|
||||
Quart==0.20.0
|
||||
Hypercorn==0.17.3
|
||||
|
||||
# Database
|
||||
aiomysql==0.2.0
|
||||
PyMySQL==1.1.0
|
||||
cryptography==41.0.8
|
||||
|
||||
# Authentication
|
||||
bcrypt==4.1.2
|
||||
|
||||
# Utilities
|
||||
aiofiles==24.1.0
|
||||
annotated-types==0.7.0
|
||||
blinker==1.9.0
|
||||
python-dotenv==1.0.1
|
||||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
Werkzeug==3.1.3
|
||||
|
||||
# Core Dependencies
|
||||
click==8.1.8
|
||||
Flask==3.1.0
|
||||
blinker==1.9.0
|
||||
itsdangerous==2.2.0
|
||||
typing_extensions==4.12.2
|
||||
|
||||
# HTTP/Network
|
||||
h11==0.14.0
|
||||
h2==4.1.0
|
||||
hpack==4.0.0
|
||||
Hypercorn==0.17.3
|
||||
hyperframe==6.0.1
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
priority==2.0.0
|
||||
wsproto==1.2.0
|
||||
httpx==0.27.0
|
||||
|
||||
# Optional
|
||||
Flask==3.1.0
|
||||
pydantic==2.10.4
|
||||
pydantic-settings==2.7.1
|
||||
pydantic_core==2.27.2
|
||||
python-dotenv==1.0.1
|
||||
Quart==0.20.0
|
||||
typing_extensions==4.12.2
|
||||
Werkzeug==3.1.3
|
||||
wsproto==1.2.0
|
||||
httpx==0.27.0
|
||||
annotated-types==0.7.0
|
||||
Sphinx==8.2.3
|
||||
|
||||
Reference in New Issue
Block a user