Skip to content

Commit

Permalink
Cap werkzeug
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 10, 2023
1 parent 973ffc3 commit 79c3895
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,15 @@ zip-safe = false
include-package-data = true
platforms = [ "Windows", "macOS", "Linux",]

[tool.dep_checker]
allowed_unused = [ "werkzeug", "gunicorn", "psycopg2", "psycopg2_binary",]

[tool.dependency-dash."requirements.txt"]
order = 10

[tool.dep_checker.name_mapping]
github3_py = "github3"

[tool.snippet-fmt.languages.python]
reformat = true

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ gunicorn>=20.0.4
psycopg2-binary>=2.8.6
southwark>=0.7.1
sqlalchemy==1.3.22
werkzeug<3
8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,3 @@ python =
3.7: py37, build
3.8: py38, build
3.9: py39, build
[dep_checker]
name_mapping =
github3_py = github3
allowed_unused =
gunicorn
psycopg2
psycopg2_binary

0 comments on commit 79c3895

Please sign in to comment.