04/28 Updated sprint 4 & 5

This commit is contained in:
2026-04-28 17:49:19 -04:00
parent 84c7f9d045
commit 58222159fa
14 changed files with 1803 additions and 1629 deletions
+2 -5
View File
@@ -7,8 +7,7 @@ Flask==3.1.0
Flask-SQLAlchemy==3.1.1
# Database Support - MySQL
PyMySQL==1.1.1 # Pure Python MySQL client
mysql-connector-python==9.2.0 # Official MySQL connector (alternative)
PyMySQL==1.1.1 # Pure Python MySQL client (sole driver — mysql-connector-python removed)
SQLAlchemy==2.0.36
# Security and Authentication
@@ -65,6 +64,4 @@ python-json-logger==3.2.1 # Structured logging support
cryptography==44.0.0 # Required for MySQL SSL connections
# Employee Synchronization Dependencies
schedule==1.2.2 # For automated scheduling
jwt
schedule==1.2.2 # For automated scheduling