-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmx.ini
More file actions
21 lines (19 loc) · 750 Bytes
/
mx.ini
File metadata and controls
21 lines (19 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; This is a mxdev configuration file
; it can be used to override versions of packages already defined in the
; constraints files and to add new packages from VCS like git.
; to learn more about mxdev visit https://pypi.org/project/mxdev/
[settings]
main-package = -e .[test]
; example how to override a package version
; version-overrides =
; example.package==2.1.0a2
; example section to use packages from git
; [example.contenttype]
; url = https://github.com/collective/example.contenttype.git
; pushurl = git@github.com:collective/example.contenttype.git
; extras = test
; branch = feature-7
[pas.plugins.oidc]
url = https://github.com/collective/pas.plugins.oidc.git
pushurl = git@github.com:collective/pas.plugins.oidc.git
branch = main