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:
Nejc Zupan 2020-03-10 10:08:15 +00:00 committed by GitHub
parent 43bf9a6e8d
commit 728f63ef4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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