mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-21 19:18:41 +00:00
Merge pull request #214 from zupo/patch-1
Fix to force ConfigParser to correctly parse extra requirements
This commit is contained in:
commit
7789cdaba3
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