feat: use uv to manage dependencies (#1060)

This commit is contained in:
Celestial.y
2025-02-04 22:15:34 +08:00
committed by GitHub
12 changed files with 92 additions and 38 deletions
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env -S\_/bin/sh\_-xc\_"source\_\$(eval\_echo\_\$ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate&&exec\_python\_-E\_"\$0"\_"\$@""
import argparse
import math
import json
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env -S\_/bin/sh\_-xc\_"source\_\$(eval\_echo\_\$ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate&&exec\_python\_-E\_"\$0"\_"\$@""
import argparse
import re
import os
@@ -1,5 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env -S\_/bin/sh\_-xc\_"source\_\$(eval\_echo\_\$ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate&&exec\_python\_-E\_"\$0"\_"\$@""
import sys
from dataclasses import dataclass
from signal import SIGINT, SIGTERM, signal
+3
View File
@@ -17,5 +17,8 @@ env = QT_QPA_PLATFORMTHEME, qt5ct
# ######## Screen tearing #########
# env = WLR_DRM_NO_ATOMIC, 1
# ######## Virtual envrionment #########
env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/ags/.venv
# ############ Others #############