Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

force requirements #11

Merged
merged 3 commits into from
Apr 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ local_prompt_cache.db

*.cpython-*

trilogy-studio-engine
trilogy-studio-engine


Binary file removed backend/__pycache__/io_models.cpython-311.pyc
Binary file not shown.
Binary file removed backend/models/__pycache__/helpers.cpython-311.pyc
Binary file not shown.
Binary file modified backend/requirements.txt
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "trilogy-studio",
"private": true,
"version": "0.0.4",
"description": "A desktop IDE for running PreQL and SQL queries and building PreQL models.",
"version": "0.0.5",
"description": "A desktop IDE for querying, creating, and debugging PreQL models.",
"author": {
"name": "Trilogy/PreQL Team",
"email": "[email protected]"
Expand Down
Loading