forked from writer/writer-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'streamsync-cloud:dev' into dev
- Loading branch information
Showing
13 changed files
with
191 additions
and
205 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "writer" | ||
version = "0.6.0rc4" | ||
description = "Writer Framework helps you create performant data apps, via Python code and its built-in visual UI editor." | ||
authors = ["Writer, Inc. <[email protected]>"] | ||
version = "0.6.0rc5" | ||
description = "An open-source, Python framework for building feature-rich apps that are fully integrated with the Writer platform." | ||
authors = ["Writer, Inc."] | ||
readme = "README.md" | ||
homepage = "https://www.writer.com" | ||
repository = "https://www.github.com/streamsync-cloud/streamsync" | ||
documentation = "https://www.streamsync.cloud/getting-started.html" | ||
keywords = ["data apps", "gui", "ui"] | ||
documentation = "https://developer.writer.com/framework" | ||
keywords = ["data apps", "gui", "ui", "framework", "writer framework"] | ||
classifiers = [ | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
|
@@ -45,7 +45,7 @@ requests = "^2.31.0" | |
uvicorn = ">= 0.20.0, < 1" | ||
watchdog = ">= 3.0.0, < 4" | ||
websockets = ">= 12, < 13" | ||
writer-sdk = "0.1.0a2" | ||
writer-sdk = "0.1.0a3" | ||
|
||
|
||
[tool.poetry.group.build] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters