1
0
Fork 0

Adding upstream version 24.1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 21:36:52 +01:00
parent 8b1190270c
commit dd3422a695
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
70 changed files with 55134 additions and 50721 deletions

13
.gitpod.yml Normal file
View file

@ -0,0 +1,13 @@
image: gitpod/workspace-python-3.11
tasks:
- name: sqlglot
init: |
python -m venv .venv
source .venv/bin/activate
make install-dev
command: |
clear
source .venv/bin/activate