Skip to content

Commit

Permalink
add back restrictedpython for testing cd
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-vu committed May 11, 2024
1 parent 22657c1 commit 750dec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = ["sand/www/**/*"]
sand = 'sand.__main__:cli'

[tool.poetry.dependencies]
python = "^3.10"
python = ">= 3.10, < 3.14"
kgdata = "^7.0.1"
sem-desc = "^6.11.1"
peewee = "^3.15.2"
Expand All @@ -28,7 +28,7 @@ rsoup = "^3.1.7"
nh3 = "^0.2.13"

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

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

0 comments on commit 750dec9

Please sign in to comment.