mirror of
https://github.com/correl/openapi-core.git
synced 2025-04-09 17:00:10 -09: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
|
tests
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
django = django>=2.2; python_version>="3.0"
|
django =
|
||||||
|
django>=2.2; python_version>="3.0"
|
||||||
flask = flask
|
flask = flask
|
||||||
requests = requests
|
requests = requests
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue