Skip to content

Commit

Permalink
Require processx for git_app()
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 24, 2023
1 parent b01f5e8 commit b072f51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Expand Up @@ -40,6 +40,7 @@ Suggests:
httpuv,
httr,
jsonlite,
processx,
testthat (>= 3.0.0),
withr,
xml2,
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Expand Up @@ -57,6 +57,7 @@ Built using the [civetweb](https://github.com/civetweb/civetweb) embedded web se
- The `/brotli` endpoint of `httpbin_app()` needs the brotli package.
- The `/deflate` endpoint of `httpbin_app()` needs the zip package.
- The `/digest-auth` endpoint of `httpbin_app()` needs the digest package.
- `git_app()` requires the processx package.

## Installation

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -55,6 +55,7 @@ Lightweight fake web apps for testing. Built using the
- The `/deflate` endpoint of `httpbin_app()` needs the zip package.
- The `/digest-auth` endpoint of `httpbin_app()` needs the digest
package.
- `git_app()` requires the processx package.

## Installation

Expand Down

0 comments on commit b072f51

Please sign in to comment.