Bug Fixes
This commit is contained in:
@@ -1,36 +1,28 @@
|
||||
# Requirements for PY_ChatBot
|
||||
# Core Framework
|
||||
Flask>=2.3.0,<3.0.0
|
||||
Werkzeug>=2.3.0,<3.0.0
|
||||
|
||||
# Database & ORM (Optional for future expansion)
|
||||
SQLAlchemy>=2.0.0,<3.0.0
|
||||
|
||||
# Environment & Configuration
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# Security & Authentication
|
||||
bcrypt>=4.0.0
|
||||
|
||||
# HTTP Client (for health checks and external APIs)
|
||||
requests>=2.31.0
|
||||
|
||||
# Date/Time utilities
|
||||
python-dateutil>=2.8.0
|
||||
|
||||
# Development Dependencies (commented out for production)
|
||||
# pytest>=7.4.0
|
||||
# pytest-flask>=1.2.0
|
||||
# pytest-cov>=4.1.0
|
||||
# black>=23.7.0
|
||||
# flake8>=6.0.0
|
||||
# mypy>=1.5.0
|
||||
|
||||
# Production WSGI Server
|
||||
gunicorn>=21.2.0
|
||||
|
||||
# Logging
|
||||
colorlog>=6.7.0
|
||||
|
||||
# Utility
|
||||
click>=8.1.0
|
||||
astroid==3.3.11
|
||||
black==25.9.0
|
||||
blinker==1.9.0
|
||||
click==8.3.0
|
||||
dill==0.4.0
|
||||
dotenv==0.9.9
|
||||
flake8==7.3.0
|
||||
Flask==3.1.2
|
||||
iniconfig==2.1.0
|
||||
isort==6.1.0
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.3
|
||||
mccabe==0.7.0
|
||||
mypy_extensions==1.1.0
|
||||
packaging==25.0
|
||||
pathspec==0.12.1
|
||||
platformdirs==4.4.0
|
||||
pluggy==1.6.0
|
||||
pycodestyle==2.14.0
|
||||
pyflakes==3.4.0
|
||||
Pygments==2.19.2
|
||||
pylint==3.3.8
|
||||
pytest==8.4.2
|
||||
python-dotenv==1.1.1
|
||||
pytokens==0.1.10
|
||||
tomlkit==0.13.3
|
||||
Werkzeug==3.1.3
|
||||
|
||||
Reference in New Issue
Block a user