RustImplementation #25

Merged
mysticmomba merged 13 commits from RustImplementation into master 2025-11-07 11:39:51 -05:00
3 changed files with 14 additions and 16 deletions
Showing only changes of commit 2226cd8e46 - Show all commits
-3
View File
@@ -38,9 +38,6 @@ jobs:
cd ~/.wine/drive_c/Python313 cd ~/.wine/drive_c/Python313
wine python.exe -m pip install nuitka pywin32 keyring --break-system-packages wine python.exe -m pip install nuitka pywin32 keyring --break-system-packages
wine python.exe -m pip install -r AirlockTools/requirements.txt wine python.exe -m pip install -r AirlockTools/requirements.txt
wine python.exe -m pip install \
--index-url https://git.racooncity.org/api/packages/brotoskyj/pypi/simple/ \
airlock-libs --break-system-packages
- name: Build Executable - name: Build Executable
env: env:
+2
View File
@@ -2,6 +2,8 @@ name: Build Library
run-name: ${{ gitea.actor }} run-name: ${{ gitea.actor }}
on: on:
push: push:
braches:
- RustImplementation
paths: paths:
- airlock_libs/** - airlock_libs/**
+7 -8
View File
@@ -1,14 +1,13 @@
cryptography==46.0.1 cryptography==46.0.3
keyring==25.6.0 keyring==25.6.0
numpy==2.3.2 numpy==2.3.4
pandas==2.3.1 pandas==2.3.3
python-dotenv==1.1.1 pymongo==4.15.3
pymongo python-dotenv==1.2.1
requests==2.32.5 Requests==2.32.5
schedule==1.2.2 textual==6.5.0
tqdm==4.67.1 tqdm==4.67.1
urllib3==2.5.0 urllib3==2.5.0
bson==0.5.10
--extra-index-url https://git.racooncity.org/api/packages/brotoskyj/pypi/simple/ --extra-index-url https://git.racooncity.org/api/packages/brotoskyj/pypi/simple/
airlock_libs==1.0.3 airlock_libs==1.0.3