Skip to content

Commit e35104d

Browse files
authored
document requests dependency (#649)
1 parent f832132 commit e35104d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ with `read:org` permissions. The token has to be exported as `GH_TOKEN`.
3333
GH_TOKEN=xxxxxxxxxx make teams
3434
```
3535

36+
`requests` must be installed in your environment.
37+
3638
## Analytics
3739

3840
The service [Plausible.io](https://plausible.io) is used to gather simple

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pre-commit>=4.0.1
2+
requests

0 commit comments

Comments
 (0)