Skip to content

Commit

Permalink
pipfile: remove webtest as dependency.
Browse files Browse the repository at this point in the history
removed packages:
    waitress
    webob
    webtest

Change-Id: Ib168199dcfedf4f0c846fd2f92859f43fd7264ac
  • Loading branch information
dhsh-checkmk committed Oct 29, 2024
1 parent bb6d7a8 commit de3e9c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ types-simplejson = "*" # used for type checking
types-six = "*" # used for type checking
types-urllib3 = "*" # used for type checking
uvicorn = "*"
webtest = "*" # used by WSGI based tests

[packages]
setuptools = "<=70.3.0" # See https://github.com/pypa/setuptools/issues/4487#issuecomment-2237487845 for context
Expand Down
27 changes: 1 addition & 26 deletions Pipfile.lock

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

0 comments on commit de3e9c4

Please sign in to comment.