Skip to content

Commit

Permalink
Update poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Sep 23, 2023
1 parent fe99d4b commit 8a08b03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
16 changes: 13 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repository = "https://github.com/MJCliffe/PASCal"
packages = [{ include = "PASCal", from = "src" }]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.8"
Flask = "*"
Jinja2 = "*"
numpy = "*"
Expand All @@ -38,7 +38,6 @@ mkdocstrings = { version = "*", optional = true, extras = ["python-legacy"] }
mkdocs-awesome-pages-plugin = { version = "*", optional = true }
mkdocs-jupyter = { version = "*", optional = true }
notebook = { version = "*", optional = true }
typing_extensions = "*"

[tool.poetry.extras]
test = ["pytest", "beautifulsoup4", "pre-commit"]
Expand Down

0 comments on commit 8a08b03

Please sign in to comment.