fix & update test config

This commit is contained in:
2025-10-26 11:03:45 +01:00
parent 044ccfca54
commit 1d7d33df0b
5 changed files with 10 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"aiomysql>=0.2.0",
"cryptography>=45.0.3",
# mysql-connector-python moved to legacy group - only needed for old_scripts
"mysql-connector-python>=9.3.0", # Needed for synchronous DB connections (ftp_csv_receiver.py, load_ftp_users.py)
"pyftpdlib>=2.0.1",
"pyproj>=3.7.1",
"utm>=0.8.1",