We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44feca5 commit 6967e06Copy full SHA for 6967e06
minimum_versions.py
@@ -31,7 +31,7 @@
31
"packages": {
32
"type": "object",
33
"patternProperties": {
34
- "^[a-z][a-z0-9_]*$": {"type": "integer", "minimum": 1}
+ "^[a-z][a-z0-9_-]*$": {"type": "integer", "minimum": 1}
35
},
36
"additionalProperties": False,
37
0 commit comments