-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.verchew.ini
60 lines (43 loc) · 984 Bytes
/
.verchew.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[Make]
cli = make
version = GNU Make
[Python]
cli = python
version = 3.11.10
message = $ make bootstrap
[Poetry]
cli = poetry
version = 1
optional = true
message = $ make bootstrap
[PostgreSQL]
cli = psql
version = 13 || 14
optional = true
message = This is required for development. Binary absent on CircleCI.
[direnv]
cli = direnv
cli_version_arg = --help
version = direnv v2
optional = true
message = Needed to manage environment variables.
[Heroku CLI]
cli = heroku
version = heroku/8
optional = true
message = Need to debug production: https://devcenter.heroku.com/articles/heroku-cli
[Firefox]
cli = firefox
version = 108
optional = true
message = Needed to run system tests using Firefox. Binary is absent on macOS.
[geckodriver]
cli = geckodriver
version = 0.32
optional = true
message = Needed to run system tests using Firefox.
[terminal-notifier]
cli = terminal-notifier
version = 1.8 || 2
optional = true
message = Needed to send you macOS notifications.