04/28 Updated sprint 4 & 5
This commit is contained in:
+2
-5
@@ -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
|
||||
Reference in New Issue
Block a user