add yojson lib
This commit is contained in:
parent
fc541977d8
commit
5e76676142
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ services:
|
||||||
- TWITTER_USERNAME=yourusername # not your mail
|
- TWITTER_USERNAME=yourusername # not your mail
|
||||||
- TWITTER_PASSWORD=yourpassword
|
- TWITTER_PASSWORD=yourpassword
|
||||||
- TWITTER_TOTP=yourseed # optional if you don't have 2fa
|
- TWITTER_TOTP=yourseed # optional if you don't have 2fa
|
||||||
- PUSK_DEBUG=false # optional
|
- PUSK_DEBUG=FALSE # optional
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ services:
|
||||||
- You will need these dependencies:
|
- You will need these dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ opam install cohttp-lwt-unix tls-lwt dotenv twostep lwt_ssl
|
$ opam install cohttp-lwt-unix tls-lwt dotenv twostep lwt_ssl yojson
|
||||||
```
|
```
|
||||||
|
|
||||||
- Populate your credentials in [config/.env](./config/.env)
|
- Populate your credentials in [config/.env](./config/.env)
|
||||||
|
|
Loading…
Reference in a new issue