Update project
Showing
app.py
0 → 100644
application/__init__.py
0 → 100644
application/dao/__init__.py
0 → 100644
application/dao/user.py
0 → 100644
application/lib/__init__.py
0 → 100644
application/models/user.py
0 → 100644
application/schemas/user.py
0 → 100644
application/services/user.py
0 → 100644
application/utils/dsn/dsn.py
0 → 100644
requirements.txt
0 → 100644
alembic==1.12.1 | ||
annotated-types==0.6.0 | ||
apispec==6.3.0 | ||
bcrypt==4.0.1 | ||
blinker==1.6.3 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.3.1 | ||
click==8.1.7 | ||
dnspython==2.4.2 | ||
dynaconf==3.2.3 | ||
email-validator==2.1.0.post1 | ||
Flask==3.0.0 | ||
flask-apispec==0.11.4 | ||
Flask-Bcrypt==1.0.1 | ||
Flask-Migrate==4.0.5 | ||
Flask-SQLAlchemy==3.1.1 | ||
idna==3.4 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.2 | ||
loguru==0.7.2 | ||
Mako==1.2.4 | ||
MarkupSafe==2.1.3 | ||
marshmallow==3.20.1 | ||
packaging==23.2 | ||
pydantic==2.4.2 | ||
pydantic_core==2.10.1 | ||
PyMySQL==1.1.0 | ||
python-consul==1.1.0 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
six==1.16.0 | ||
SQLAlchemy==2.0.22 | ||
typing_extensions==4.8.0 | ||
urllib3==2.0.7 | ||
webargs==8.3.0 | ||
Werkzeug==3.0.1 |
Please register or sign in to comment