From d6982f7dc178debbce96cc3f66a8b670c437b6ed Mon Sep 17 00:00:00 2001 From: BaimoQilin Date: Mon, 27 May 2024 21:30:23 +0800 Subject: [PATCH 1/4] feat: ignore build files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 685d520..f2c8239 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ __pycache__ generated/* temp/* - +build/* logs/* test.py _config.yaml \ No newline at end of file From ee803c0e23c75a2c8533cb3ab6369a54c1ad2bfb Mon Sep 17 00:00:00 2001 From: BaimoQilin Date: Mon, 27 May 2024 21:30:54 +0800 Subject: [PATCH 2/4] fix: delete useless libs --- browser.py | 2 +- core.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/browser.py b/browser.py index be2c2e1..fa1eb87 100644 --- a/browser.py +++ b/browser.py @@ -1,4 +1,4 @@ -import re, time +import time import config from playwright.sync_api import Playwright, sync_playwright, expect diff --git a/core.py b/core.py index 4b15b63..bd1454c 100644 --- a/core.py +++ b/core.py @@ -2,9 +2,6 @@ import mcschematic import sys import json -import requests -import base64 -import uuid from log_writer import logger import config From f717e3b456732a79a8b8b72879f1ce787dd7dfcd Mon Sep 17 00:00:00 2001 From: BaimoQilin Date: Mon, 27 May 2024 21:31:15 +0800 Subject: [PATCH 3/4] feat: add requirements --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e42ce1..0c83f3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,6 @@ openai>=1.13.3 -pyyaml \ No newline at end of file +pyyaml +tkinter +cx_Freeze +playwright +uuid From 2a0b10a0fba7a19dbfb198b2422c24b48178aba4 Mon Sep 17 00:00:00 2001 From: BaimoQilin Date: Mon, 27 May 2024 21:31:53 +0800 Subject: [PATCH 4/4] Bump version to 1.3.0 --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 41b8a19..19819a5 100644 --- a/config.yaml +++ b/config.yaml @@ -36,7 +36,7 @@ RENDERING_URL: "https://beta.cubical.xyz/" # Don't change this unless you know w # DEVELOPER SETTINGS # DEBUG_MODE: True -VERSION_NUMBER: "1.1.0" #NEVER EDIT THIS IF YOU DON'T KNOW WHAT ARE YOU DOING +VERSION_NUMBER: "1.3.0" #NEVER EDIT THIS IF YOU DON'T KNOW WHAT ARE YOU DOING # PROMPT SETTINGS # # If you don't know what it is, please don't touch it. Be sure to backup before editing.