mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 05:16:29 +00:00
fix pyinstaller version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pyinstaller==6.15.0
|
||||
pyinstaller==6.16.0
|
||||
Cython==3.1.3
|
||||
opencv-python==4.10.0.84
|
||||
numpy==2.3.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pyinstaller==6.15.0
|
||||
pyinstaller==6.16.0
|
||||
Cython==3.1.3
|
||||
psutil==7.0.0
|
||||
msgpack==1.1.1
|
||||
|
||||
@@ -97,6 +97,7 @@ public partial class Login
|
||||
}
|
||||
}
|
||||
|
||||
//External azaion-loader is used here for security reasons.
|
||||
private void Validate(ApiCredentials creds)
|
||||
{
|
||||
var dealer = new DealerSocket();
|
||||
|
||||
Reference in New Issue
Block a user