mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-21 19:18:41 +00:00
Fix to force ConfigParser to correctly parse extra requirements
Refs https://github.com/python-poetry/poetry/pull/2144#issuecomment-596221732
This commit is contained in:
parent
43bf9a6e8d
commit
728f63ef4c
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ exclude =
|
|||
tests
|
||||
|
||||
[options.extras_require]
|
||||
django = django>=2.2; python_version>="3.0"
|
||||
django =
|
||||
django>=2.2; python_version>="3.0"
|
||||
flask = flask
|
||||
requests = requests
|
||||
|
||||
|
|
Loading…
Reference in a new issue