Skip to content

Commit

Permalink
chore: relax dependency constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 15, 2023
1 parent 300b29d commit aca0ea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lint-py:
@echo "--> Linting & typechecking Python files"
flake8 src tests
mypy src tests
deptry .
deptry src
# python -m pyanalyze --config-file pyproject.toml src
@echo ""

Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,18 @@ tailwind = "flask_tailwind.cli:tailwind"
[tool.poetry.dependencies]
python = ">=3.9,<4"

Flask = "^2"
Flask = ">=2"


[tool.poetry.group.dev.dependencies]
abilian-devtools = "*"

# Debug
devtools = "^0.10"

# Needed for some reason
pyyaml = "*"
devtools = "*"

# Doc
restructuredtext_lint = "*"
deptry = "^0.12.0"


[tool.isort]
Expand Down

0 comments on commit aca0ea4

Please sign in to comment.