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 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/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. 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 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