Skip to content

Commit

Permalink
test ci deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-vu committed May 11, 2024
1 parent dce441f commit 22657c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Empty file added Dockerfile
Empty file.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
[tool.poetry]
name = "web-sand"
version = "4.1.1"
version = "4.1.2"
description = "UI for browsing/editing semantic descriptions"
authors = ["Binh Vu <binh@toan2.com>"]
repository = "https://github.com/usc-isi-i2/sand"
license = "MIT"
packages = [{ include = "sand" }]
readme = "README.md"
# include = ["sand/www/**/*"]
include = ["sand/www/**/*"]

[tool.poetry.scripts]
sand = 'sand.__main__:cli'

[tool.poetry.dependencies]
# restricting the upper bound python version to 3.12, due to RestrictedPython dependency.
python = ">=3.9, <3.12"
kgdata = "^6.0.0"
sem-desc = "^6.8.0"
python = "^3.10"
kgdata = "^7.0.1"
sem-desc = "^6.11.1"
peewee = "^3.15.2"
Flask = "^2.2.2"
python-dotenv = ">= 0.19.0, < 0.20.0"
Expand All @@ -27,7 +26,9 @@ orjson = ">= 3.9.0, < 4.0.0"
drepr = "^2.10.0"
rsoup = "^3.1.7"
nh3 = "^0.2.13"
RestrictedPython = "^6.1"

# we should make restricted python optional as it uses ZPL license
# RestrictedPython = "^7.1"

lat_lon_parser = "^1.3.0"
dependency-injector = "^4.41.0"
Expand Down

0 comments on commit 22657c1

Please sign in to comment.