1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-27 16:16:48 +03:00

chore(python tcp server): upgrade cx_Freeze to 7.1.1

This commit is contained in:
louistiti 2024-06-23 22:41:46 +08:00
parent 0661e9e04f
commit 85c3a40457
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -11,7 +11,7 @@ python_version = "3.9.10"
setuptools = "*"
wheel = "*"
# Build
cx-freeze = "==7.1.0.post0"
cx-freeze = "==7.1.1"
# Common
python-dotenv = "==0.19.2"
# TCP server